PRICEDISC is a DAX function that returns the price per $100 face value of a discounted security.
Syntax
PRICEDISC(
Settlement,
Maturity,
Discount,
Redemption,
Basis
)
Argument | Properties | Description |
---|---|---|
Settlement | The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. | |
Maturity | The security’s maturity date. The maturity date is the date when the security expires. | |
Discount | The security’s discount rate. | |
Redemption | The security’s redemption value per $100 face value. | |
Basis | Optional | The type of day count basis to use. |