Returns the price per 100 currency units of the security having an odd or irregular last period.
Syntax
ODDLPRICE(settlement; maturity; last_interest_date; rate; yield; redemption_value; frequency; [basis])
settlement: The date of purchase of the security. Eg., "2/1/2018"
maturity: Date on which the security matures. Eg., "4/12/2020"
Examples
|
Formula |
Result |
|
=ODDLPRICE(A2;B2;C2;D2;E2;F2;G2;H2) |
$91.69 |
|
=ODDLPRICE(A3;B3;C3;D3;E3;F3;G3;H3) |
$59.57 |
|
=ODDLPRICE(A4;B4;C4;D4;E4;F4;G4;H4) |
$77.14 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions