The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
The security's maturity date. The maturity date is the date when the security expires.
The security's annual coupon rate.
The security's annual yield.
The security's redemption value per $100 face value.
The number of coupon payments per year. For annual
payments, frequency = 1; for semiannual, frequency = 2; for quarterly,
frequency = 4.
Optionalbasis: 0 | 1 | 2 | 3 | 4 = 0The type of day count basis to use. 0 or
omitted = US (NASD 30/360), 1 = actual/actual, 2 = actual/360, 3 =
actual/365, 4 = European 30/360.
the price per $100 face value
Calculates the price per $100 face value of a security that pays periodic interest.
Remarks:
settlement,maturity,frequency, andbasisare truncated to integers.settlementormaturityis not a valid date, an error is thrown.yld<0or ifrate<0, an error is thrown.redemption<=0, an error is thrown.frequencyis any number other than1,2, or4, an error is thrown.basis<0or ifbasis>4and error is thrown.settlement>=maturity, an error is thrown.PRICE =[redemption / (1 + yld/frequency)^(N-1 + DSC/E)] +[SUM(k=1 to N) (100 * rate/frequency) / (1 + yld/frequency)^(k-1 + DSC/E)] - (100 * rate/frequency * A/E), where: