PriceMat

Syntax

PriceMat(Settlement, Maturity, Issue, Rate, YieldP[, Basis])

Parameters

Settlement. The security's settlement date. This date is later than the issue date (the date, when the securities were sold to the buyer).

Maturity. The security's maturity date. The maturity date is the date when the security expires.

Issue. The security's issue date. Value of this parameter must be greater or equal to zero.

Rate. Security's interest rate at date of issue. Value of this parameter must be greater or equal to zero.

YieldP. The annual income on securities. Value of this parameter must be greater or equal to zero.

Basis. The day calculation method used. It is set in the range from 0 to 4:

Optional parameter.

NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.

Description

It returns the price per $100 face value of the securities that pay interest at maturity.

Comments

The Settlement parameter value should not be less than the Maturity parameter value.

This method is estimated following the formula:

,

where:

Example

Formula Result Description
=PriceMat("01.01.2008", "01.06.2008", "01.10.2007", 0.15, 0.2, 0) 97,79

The price per $100 face value of securities, for which interest is paid when the maturity date is due based on the following terms:

  • The calculation date is 01.01.2008.

  • The maturity date is 01.06.2008.

  • The issue date is 01.10.2007.

  • The annual interest rate is 0.15.

  • The income interest rate as of the issue date is 0.2.

  • The used method of day calculation - American.

=PriceMat(A0, B0, C0, 0.05, 0.35) 81,92

The price per $100 face value of securities, for which interest is paid when the maturity date is due based on the following terms:

  • The calculation date is specified in the A0 cell, value is 01.01.2007.

  • The maturity date is specified in the B0 cell, value is 01.10.2007.

  • The issue date is specified in the C0 cell, value is 01.10.2006.

  • The annual interest rate is 0.05.

  • The income interest rate as of the issue date is 0.35.

  • The used method of day calculation - American.

See also:

Function WizardFinancial FunctionsPriceDiscPrice