PRICE (PQL - xl)
This function calculates the price per $100 face value of a periodic interest security
- Library: PQL \ Spreadsheet \ Financial
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
PRICE(settlement, maturity, rate, yld, redemption, frequency, OPTIONAL basis)
Function Arguments
Name | Description | Type | Optional |
settlement | Settlement date for the security | StringOrNumber |
|
maturity | Maturity date for the security | StringOrNumber |
|
rate | Annual coupon rate | Number |
|
yld | Annual yield for the security | Number |
|
redemption | Redemption value per $100 face value for the security | Number |
|
frequency | Frequency of payment, number of payments per year; must be 1, 2, or 4 | Number |
|
basis | Integer representing the basis for day count | Number | Y |
Comments
This function is the same as the Microsoft Excel 'PRICE' function - using the same inputs, logic and outputs.