Received

Syntax

Received(Settlement, Maturity, Investment, Discount[, 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.

Investment. The amount invested in securities. Parameter value must be greater than zero.

Discount. Discount for a security. Parameter value must be greater than zero.

Basis. The day calculation method used. Select a value 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 amount received at maturity for a fully invested security.

Comments

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

The agreement date is the date when a coupon (for instance, a bond) was sold to a buyer. Term of payment is the coupon expiration date.

Received is calculated as follows:

,

where:

Example

Formula Result Description
=Received("01.01.2008", "01.06.2008", 1500.5, 0.15, 0) 1600,53

The amount, which must be received based on the following terms:

  • The calculation date is 01.01.2008.

  • The maturity date is 01.06.2008.

  • The volume of investments is 1500.5.

  • The security discount is 0.15.

  • The used method of day calculation - American.

=Received("01.01.2008", "01.06.2008", A0, B0) 1339,53

The amount, which must be received based on the following terms:

  • The calculation date is 01.01.2008.

  • The maturity date is 01.06.2008.

  • The volume of investments is specified in the A0 cell, value is 1200.

  • The security discount is specified in the B0 cell, value is 0.25.

  • The used method of day calculation - American.

See also:

Function WizardFinancial FunctionsIntrate