TBILLPRICE is a DAX function that returns the price per $100 face value for a Treasury bill.
Syntax
TBILLPRICE(
Settlement,
Maturity,
Discount
)
Argument | Properties | Description |
---|---|---|
Settlement | The Treasury bill’s settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer. | |
Maturity | The Treasury bill’s maturity date. The maturity date is the date when the Treasury bill expires. | |
Discount | The Treasury bill’s discount rate. |