Calculates the annual yield for a non-interest paying discounted bond.
Syntax
settlement: Date of purchase of the security. Eg., "2/1/2018"
price: The price of the security. Eg., 500
basis: Indicates the day count method to use. Defaults to 0 if omitted.
Examples
|
Formula |
Result |
|
=YIELDDISC(A2;B2;C2;D2;E2) |
$91 |
|
=YIELDDISC(A3;B3;C3;D3;E3) |
$50 |
|
=YIELDDISC(A4;B4;C4;D4;E4) |
$97 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions