Juros acumulados

Da Thinkfn
Revisão das 10h56min de 28 de outubro de 2007 por Incognitus (discussão | contribs)

(dif) ← Revisão anterior | Revisão atual (dif) | Revisão seguinte → (dif)

Em finanças, juros acumulados são os juros que já se acumularam desde o investimento, ou desde o último pagamento de juros. Num instrumento financeiro como uma obrigação, o juro é pago em determinados períodos (na forma de um cupão) mas por vezes o juro é calculado é calculado diariamente e acrescentado ao preço da obrigação em caso de transacção desta. Esse juro é o juro acumulado.

Formula

The primary formula for calculating the interest accrued in a given period is:

<math> I_A = T \times P \times R </math>

where <math>I_A</math> is the accrued interest, <math>T</math> is the fraction of the year, <math>P</math> is the principal, and <math>R</math> is the annualized interest rate.

<math>T</math> is calculated as follows:

<math> T = \frac{D_P}{D_Y} </math>

where <math>D_P</math> is the number of days in the period, and <math>D_Y</math> is the number of days in the year.

A compounding instrument adds the previously accrued interest to the principal each period.

The main variables that affect the calculation are the period between interest payments and the day count convention used to determine the fraction of year, and the date rolling convention in use.

Day count conventions

Predefinição:Main Common day count conventions that affect the accrued interest calculation are:

  • actual/360 (days per month, days per year)

Each month is treated normally and the year is assumed to be 360 days e.g. in a period from February 1, 2005 to April 1, 2005 T is considered to be 59 days divided by 360.

  • 30/360

Each month is treated as having 30 days, so a period from February 1, 2005 to April 1, 2005 is considered to be 60 days. The year is considered to have 360 days. This convention is frequently chosen for ease of calculation: the payments tend to be regular and at predictable amounts.

  • actual/365

Each month is treated normally, and the year is assumed to have 365 days, regardless of leap year status. For example, a period from February 1, 2005 to April 1, 2005 is considered to be 59 days. This convention results in periods having slightly different lengths.

  • actual/actual (ACT/ACT) - (1)

Each month is treated normally, and the year has the usual number of days. For example, a period from February 1, 2005 to April 1, 2005 is considered to be 59 days. In this convention leap years do affect the final result.

  • actual/actual (ACT/ACT) - (2)

Each month is treated normally, and the year is the number of days in the current coupon period multiplied by the number of coupons in a year e.g. if the coupon is payable 1st February and August then on April 1, 2005 the days in the year is 362 i.e. 181 (the number of days between 1 February and 1 August 2005) x 2 (semi-annual).

Date rolling

Date rolling comes into effect because many instruments can only pay out accrued interest on business days. This often results in interest accruing for a slightly shorter or longer period. Common date rolling conventions are:

  • Following business day. The payment date is rolled to the next business day.
  • Modified following business day. The payment date is rolled to the next business day, unless doing so would cause the payment to be in the next calendar month, in which case the payment date is rolled to the previous business day. Many institutions have month-end accounting procedures that necessitate this.
  • Previous business day. The payment date is rolled to the previous business day.
  • Modified previous business day. The payment date is rolled to the previous business day, unless doing so would cause the payment to be in the previous calendar month, in which case the payment date is rolled to the next business day. Many institutions have month-end accounting procedures that necessitate this.

See also

References

<references />

External links

  • ISDA - standards body governing day count convention alongside ISMA.
  • ISDA - ISDA PDF discussion of ISDA/ISMA/AFB Actual/Actual day count conventions.
  • jFin pure java open source implementation of financial date arithmeticPredefinição:Bond market