YieldMat(Settlement, Maturity, Issue, Rate, Price[, Basis])
Settlement. The security's settlement date. This date is later than the issue date (the date when the securities were sold to the buyer).
Maturity. The security's maturity date. The maturity date is the date when the security expires.
Issue. The security's issue date.
Rate. Annual interest rate for coupons on securities. Value of this parameter must be greater or equal to zero.
Price. The security's price per $100 face value. Value of this parameter must be greater than zero.
Basis. The day calculation method used. Select a value from 0 to 4:
0. The day calculation method - American. 360 days (NSAD method). Default value.
1. Day calculation method - Actual/actual.
2. Day calculation method - Actual/360 days.
3. Day calculation method - Actual/365 days.
4. Day calculation method - European 30/360 days.
Optional parameter.
NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.
It returns the annual yield of a security that pays interest at maturity.
The Settlement parameter value should not be less or equal to the Maturity parameter value.
The agreement date is the date when a coupon (for instance, a bond) was sold to a buyer. Term of payment is the coupon expiration date.
| Formula | Result | Description |
| =YieldMat("01.01.2008", "01.06.2008", "01.10.2007", 0.15, 145.8, 0) | 0,18 | Annualized security gain based on the following conditions:
|
| =YieldMat(A0, B0, C0, 0.05, 105.47) | -0,02 | Annualized security gain based on the following conditions:
|
See also: