Daily DAX : Day 413 PRICEDISC
Power BI DAX Function: PRICEDISC Calculates the price per $100 face value of a discounted security (e.g., Treasury bill or zero-coupon bond) that is sold at a discount and does not pay periodic interest. Syntax PRICEDISC( Settlement, -- Date when the security is purchased Maturity, -- Date when the security matures Discount, -- Discount rate of the security (as decimal, e.g., 5% = 0.05) Redemption, -- Redemption value per $100 face value (usually 100) [Basis] -- Optional: Day count basis (0 = US 30/360, 1 = Actual/Actual, etc.) ) Parameters Parameter Description Typical Value Settlement Date the buyer purchases the security Date Maturity Date the security matures Date Discount Annual discount rate (expressed as decimal) e.g., 0.052 for 5.2% Redemption Value paid at maturity per $100 face value Usually 100 Basis (optional) Day count convention ...