AccruedAmount - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Finance

  

AccruedAmount

  

calculate the accrued amount of a bond

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

AccruedAmount(bond, date)

Parameters

bond

-

fixed- or floating-rate bond data structure; bond

date

-

a string containing a date specification in a format recognized by ParseDate or a Date data structure; evaluation date

Description

• 

The AccruedAmount command computes the interest that is due on a bond since the last interest payment was made. Accrued interest is added to the contract price of a bond transaction.

• 

The parameter bond is a fixed coupon bond or floating rate bond.

• 

The (optional) parameter date is the evaluation date. By default the global evaluation date is used. It can be specified in any of the standard date formats supported by the package.

• 

Note that the value returned by the AccruedAmount command depends on the day count and day rolling conventions used by bond.

Examples

(1)

(2)

Consider a 3-year bond with face value of 100 that pays a fixed coupon of 3 percent issued on March 15, 2005.

Here is the same bond but using the ISDA convention.

Here is the interest accrued before the first coupon payment.

(3)

(4)

Compare this to

(5)

(6)

This shows the interest accrued right after the first coupon payment.

(7)

(8)

Here is the interest accrued two months after the first coupon payment.

(9)

(10)

Compare accrued interest and the difference between the clean price and the dirty price of a bond.

(11)

(12)

(13)

(14)

(15)

(16)

(17)

(18)

(19)

(20)

(21)

(22)

(23)

(24)

(25)

Compatibility

• 

The Finance[AccruedAmount] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Finance[CleanPrice]

Finance[DayCounter]

Finance[DirtyPrice]

Finance[EvaluationDate]

Finance[FixedCouponBond]

Finance[FloatingRateBond]

Finance[FormatDate]

Finance[ParseDate]

Finance[Settings]

Finance[YearFraction]

Finance[YieldFromCleanPrice]

Finance[YieldFromDirtyPrice]

Finance[ZeroCouponBond]

 


Download Help Document