Manuals/calci/ODDFPRICE

From ZCubes Wiki
Jump to navigation Jump to search
ODDFPRICE(s,m,iss,fc,r,yld,rdm,f,b)


  • is the settlement.
  • is the maturity.
  • is the issue date.
  • is the first coupon date.
  • is the rate of interest.
  • is the security's yield.
  • is the security's redemption.
  • is the frequency.
  • is the basis.


Description

  • This function gives the price of a security that pays interest periodically, but has an odd first period.
  • This function is the inverse of the related OddFYield function.
  • In , is the security's settlementDate. It is a Date or DateTime specifying when the security was purchased.
  • is the security's maturity date. This date is after the settlement date specifying when the security matures.
  • is the date which is specifying when the security was issued.
  • is the date which is specifying when the security has its first interest payment. This date must be after the settlement date but before the maturity date.
  • is a non-negative number specifying the interest rate for the coupons that the security pays.
  • is a non-negative number or currency specifying the security’s purchase price per $100 of face value.
  • is a number or currency specifying the security’s value at redemption per $100 of face value.
  • is is a number specifying the number of coupons per year.

ODDFPRICE is calculated as:

  • The supported values are
 1 -annual payments
 2 -semiannual payments
 4 -quarterly.
  • is is an optional number specifying the day basis system to use.
  • The following types are supported
Basis Day count basis
0 or omitted American 30/360 (default)
1 actual/actual
2 actual/360
3 actual/365
4 European 30/360
  • is calculated as follows:
  • Odd short first coupon:
  • =
  • = number of days from the beginning of the coupon period to the settlement date (accrued days).
  • = number of days from the settlement to the next coupon date.
  • = number of days from the beginning of the odd first coupon to the first coupon date.
  • = number of days in the coupon period.
  • = number of coupons payable between the settlement date and the redemption date. (If this number contains a fraction, it is raised to the next whole number.)
  • Odd long first coupon:
  • =
  • = number of days from the beginning of the ith, or last, quasi-coupon period within odd period.
  • = number of days from dated date (or issue date) to first quasi-coupon (i = 1) or number of days in quasi-coupon (i = 2,..., i = NC).
  • = number of days from settlement to next coupon date.
  • = number of days in coupon period.
  • = number of coupons payable between the first real coupon date and redemption date. (If this number contains a fraction, it is raised to the next whole number.)
  • = number of quasi-coupon periods that fit in odd period. (If this number contains a fraction, it is raised to the next whole number.)
  • = normal length in days of the full ith, or last, quasi-coupon period within odd period.
  • = number of whole quasi-coupon periods between settlement date and first coupon.
  • The date arguments must satisfy the following conditions:
     iss(issue)<s(settlement) <fc(first coupon) < m(maturity). 
  • Also , ,, and are truncated in to integers.
  • This function gives the result as error when
    1.The date arguments s,m and fc are not a valid date.
    2.r<0 or yld<0
    3.b<0 or b>4

Examples

  1. Example 1
Spreadsheet
A B
1 5/1/2001 4/30/1999
2 3/29/2030 1/5/2015
3 4/10/2001 3/10/1999
4 8/16/2005 2/1/2000
5 8.1% 9.35%
6 6.9% 8.76%
7 150 75
8 1 1
9 0 0
  1. =ODDFPRICE(A1,A2,A3,A4,A5,A6,A7,A8,A9} = 118.7679606261
  2. =ODDFPRICE(B1,B2,B3,B4,B5,B6,B7,B8,B9}= 98.2709210000
  3. =ODDFPRICE(B1,B2,B3,B4,B5,B6,B7,2,2}=98.3610959065

See Also

References

See Also

References

s is the settlement,m is the maturity, , fc ,r is the rate of interest, is the security’s , rdm is the security's redemption,f is the frequency and b is the basis.



 ODDFPRICE(settle, M, I, FC, R, yield, redem, F, basis)

Where 'settle' is the security's settlement date, 'M' is the security's maturity date, 'I' is the security's issue date, 'FC' is the security's first coupon date, 'R' is the security's interest rate, 'Yield' is the security's annual yield, 'redem' is the security's redemption value, 'F' is the number of coupon payments per year and 'basis' is the type of day count basis to use.


 

This function calculates the price per $100 face value of a security having an odd first period.


 
  • ODDFPRICE shows the error value, when 'settle', 'M', 'I', or 'FC' is not a valid date or 'R' or 'Yield' < 0.
  • Basis must be between 0 and 4.
  • M >FC > settle > I
  • ODDFPRICE is calculated as follows:






ODDFPRICE


Lets see an example,

ODDFPRICE(settle, M, I, FC, R, yield, redem, F, basis)

B

10-15- 2010

01-10-2023

09-15-2010

01-10-2011

8.35%

5.25%

100

2

1

?UNIQ274ac2406bae61f2-nowiki-00000002-QINU?


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 10-15- 2010 127.7338
Row2 01-10-2023
Row3 09-15-2010
Row4 01-10-2011
Row5 8.35%
Row6 5.25%
Row7 100
Row8 2
Row9 1