Parker vector: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Helpful Pixie Bot
m ISBNs (Build KH)
 
en>Fylbecatulous
rm empty section with tag, rm section expansion tags from 2008, article classed as stub needing expansion
 
Line 1: Line 1:
My name is Trent (21 years old) and my hobbies are Element collecting and Trainspotting.<br><br>My website :: [http://gosudokuonline.com/profile/275372/Je2802 wordpress backup]
In [[finance]], the '''weighted-average life (WAL)''' of an [[amortizing loan]] or amortizing bond, also called '''average life''',<ref name="Ref_">[http://www.pimco.com/LeftNav/BondResources/Glossary/ PIMCO glossary]</ref><ref name="Ref_a">[http://www.bloomberg.com/invest/glossary/bfglosa.htm Bloomberg Glossary]</ref><ref name="Ref_b">{{Harv|Fabozzi|2000|loc=[http://books.google.com/books?id=jup2d1pEyWcC&pg=PA588&dq=%22weighted+average+life%22 pp. 588–589]}}</ref> is the [[weighted average]] of the times of the ''principal repayments'': it's the average time until a dollar of principal is repaid.
 
In a formula,<ref name="Ref_c">{{Harv|Fabozzi|2000|loc=[http://books.google.com/books?id=jup2d1pEyWcC&pg=PA616&dq=%22weighted+average+life%22 pp. 616–617]}}</ref>
:<math>\text{WAL} = \sum_{i=1}^n \frac {P_i}{P} t_i,</math>
where:
* <math>P</math> is the (total) principal,
* <math>P_i</math> is the principal repayment in coupon <math>i</math>, hence
* <math>\frac{P_i}{P}</math> is the fraction of the principal repaid in coupon <math>i</math>, and
* <math>t_i</math> is the time (in years) from the start to coupon <math>i</math>.
If desired, <math>t_i</math> can be expanded as <math>\frac{1}{12}(i+\alpha-1)</math> for a monthly bond, where <math>\alpha</math> is the fraction of a month between [[settlement date]] and first cash flow date.
 
==Related concepts==
WAL should not be confused with the following distinct concepts:
;[[Bond duration]]: [[Bond duration]] is the weighted average of the times of the ''[[present value]]s'' of all the ''cash flows'' (not distinguishing between principal and interest), while WAL is the weighted average of the actual amounts of the principal payments (disregarding interest, and not discounting). For an amortizing loan with equal payments, the WAL will be higher than the duration, as the early payments are weighted towards interest, while the later payments are weighted towards principal, and further, taking present value (in duration) discounts the later payments.
; Time until 50% of the principal has been repaid: WAL is a [[mean]], while "50% of the principal repaid" is a [[median]]; see [[Median#Popular explanation|difference between mean and median]]. This is a common misunderstanding.<ref name="Ref_d">[http://investopedia.com/terms/w/weightedaveragelife.asp Investopedia] makes this error, as does [http://www.msrb.org/MSRB1/glossary/view_def.asp?param=AVERAGELIFE Average Life] in [http://www.msrb.org/msrb1/glossary/default.asp MSRB glossary] in the context of bonds.</ref> Since for a flat payment amortizing loan, principal outstanding is a [[concave function]] (of time), at the WAL, ''less'' than half the principal will have been paid off. Intuitively, this is because most of the principal repayment happens at the end. Formally, the distribution of repayments is [[negative skew]]ed: the small principal repayments at the beginning drag down the WAL (mean) more than they reduce the median.
;[[Mortgage-backed security#Weighted-average maturity|Weighted-average maturity]] (WAM): WAM is an average across ''several loans'', and applied to ''pools'' of mortgages, instead of an average of principal repayments for a single loan. There is also a notion of WAL within pools of loans, quite similar to but technically different from WAM, and unrelated to WAL as discussed in this article.<ref name="Ref_e">[http://www.morganstanley.com/msamg/msimintl/docs/en_US/common/comm/200907_mm_update.pdf Weighted Average Life:Enhancing Money Market Fund Transparency]</ref>
 
==Applications==
WAL is a measure that is useful in credit risk analysis on fixed income securities, bearing in mind that the main credit risk of a loan is the risk of loss of principal. The primary reason for this is that, all else equal, a longer-dated bond (i.e. a greater maturity) has greater risk than its shorter-dated counterpart.
 
WAL should not be used to calculate interest rate risk, as it only includes the principal payments, omitting interest payments. Instead, one should use [[bond duration]], which takes the average of ''all'' cash flows.
 
==Examples==
On a 30-year loan, paying equal amounts monthly, one has the following WALs, for the given annual interest rates (and corresponding amortizing payments, calculated via an [[amortization calculator]], using a principal of $100,000):
 
{| class="wikitable"
! Rate !! Payment !! Total Interest !! WAL Calculation !! WAL
|-align="right"
|  4% ||  $477.42 ||  $71,871.20 || $71,871.20/($100,000*4%) || 17.97
|-align="right"
|  8% ||  $733.76 || $164,153.60 || $164,153.60/($100,000*8%)|| 20.52
|-align="right"
| 12% || $1,028.61 || $270,299.60 || $270,229.60/($100,000*12%) || 22.52
|}
 
Note that as interest rate increases, WAL increases. WAL is independent of principal, though payments and total interest are proportional to principal.
 
See below for relations between amortized payments, total interest, and WAL.
 
==Total Interest==
WAL allows one to easily compute the total interest payments, which is given by:
:<math>\text{WAL} \times r \times P</math>
where ''r'' is the annual interest rate and ''P'' is the initial principal.
 
This can be understood intuitively as: "A dollar of principal is outstanding for on average the WAL, hence the interest on an average dollar is <math>\text{WAL} \times r</math>, and now one multiplies by the principal to get total interest payments".
 
===Proof===
More rigorously, one can derive the result as follows. To ease exposition, assume that payments are monthly, so periodic interest rate is annual interest rate divided by 12, and time <math>t_i = i/12</math> (time in years is period number in months, over 12).
 
Then:
:<math>\begin{align}
\text{WAL}                  &= \sum_{i=1}^n \frac {P_i}{P} t_i\\
\text{WAL} \times P          &= \sum_{i=1}^n P_i t_i
                            &&= \sum_{i=1}^n P_i \frac{i}{12}\\
\text{WAL} \times P \times r &= \sum_{i=1}^n iP_i \frac{r}{12}
                            &&= \frac{r}{12} \sum_{i=1}^n iP_i
\end{align}
</math>
 
Total interest is
:<math>\sum_{i=1}^n Q_i \frac{r}{12} =  \frac{r}{12}\sum_{i=1}^n Q_i</math>
where <math>Q_i</math> is the principal outstanding at the ''beginning'' of period ''i'' (it's the principal on which the ''i'' interest payment is based). The statement reduces to showing that <math>\sum_{i=1}^n iP_i=\sum_{i=1}^n Q_i</math>. Both of these quantities are the time-weighted total principal of the bond (in periods), and they are simply different ways of slicing it: the <math>iP_i</math> sum counts how ''long'' each dollar of principal is outstanding (it slices ''horizontally''), while the <math>Q_i</math> counts how much principal is outstanding ''at each point in time'' (it slices ''vertically'').
 
Working backwards, <math>Q_n=P_n, Q_{n-1}=P_n+P_{n-1}</math>, and so forth: the principal outstanding when ''k'' periods remain is exactly the sum of the next ''k'' principal payments. The principal paid off by the last (''n''th) principal payment is outstanding for all ''n'' periods, while the principal paid off by the second to last ((''n''&nbsp;&minus;&nbsp;1)th) principal payment is outstanding for ''n''&nbsp;&minus;&nbsp;1 periods, and so forth. Using this, the sums can be re-arranged to be equal.
 
For instance, if the principal amortized as $100, $80, $50 (with paydowns of $20, $30, $50), then the sum would on the one hand be <math>20+2\cdot 30 + 3\cdot 50=230</math>, and on the other hand would be <math>100+80+50=230</math>. This is demonstrated in the following table, which shows the amortization schedule, broken up into principal repayments, where each column is a <math>Q_i</math>, and each row is <math>iP_i</math>:
 
{| class="wikitable"
|-
!230 !! 100 !! 80 !! 50
|-
!1 &times; 20
|20 || ||
|-
!2 &times; 30
|30 || 30 ||
|-
!3 &times; 50
|50 || 50 || 50
|}
 
===Computing WAL from amortized payment===
The above can be reversed: given the terms (principal, tenor, rate) and amortized payment ''A'', one can compute the WAL without knowing the amortization schedule. The total payments are <math>An</math> and the total interest payments are <math>An-P</math>, so the WAL is
:<math>\text{WAL} = \frac{An-P}{Pr}</math>
 
Similarly, the total interest as percentage of principal is given by <math>\text{WAL} \times r</math>:
:<math>\text{WAL} \times r = \frac{An-P}{P}</math>
 
==WALs of classes of loans==
The WAL of a bullet loan (non-amortizing) is exactly the tenor, as the principal is repaid precisely at maturity.
 
For a given tenor, WAL increases with increasing coupon, as the principal payments become increasingly back-loaded. For a coupon of 0%, where the principal amortizes linearly, the WAL is exactly half the tenor plus half a period, because principal is repaid [[in arrears]] (at the ''end'' of the period). So for a 30 year 0% loan, paying monthly, the WAL is 15 1/24 <math>\approx 15.04</math> years.
 
In loans that allow [[Prepayment of loan|prepayment]], the WAL cannot be computed from the amortization schedule: one must also make an assumption about the prepayment behavior, and the quoted WAL will be an estimate, which may be called '''simulated average life''' and based on an [[option-adjusted spread]] (OAS) model.<ref name="Ref_f">{{Harv|Fabozzi|2000|loc=[http://books.google.com/books?id=jup2d1pEyWcC&pg=PA805&dq=%22average+life%22 pp. 805]}}</ref> This is particularly used in [[mortgage-backed securities]].
 
==Notes and references==
{{reflist}}
* {{citation
|title=The handbook of fixed income securities
|first=Frank J.
|last=Fabozzi
|year=2000
|isbn=0-87094-985-3}}
 
==See also==
* [[Amortization calculator]]
* [[Amortization schedule]]
* [[Amortizing loan]]
 
[[Category:Finance]]
[[Category:Banking]]
[[Category:Bonds (finance)]]

Latest revision as of 16:42, 25 December 2012

In finance, the weighted-average life (WAL) of an amortizing loan or amortizing bond, also called average life,[1][2][3] is the weighted average of the times of the principal repayments: it's the average time until a dollar of principal is repaid.

In a formula,[4]

WAL=i=1nPiPti,

where:

  • P is the (total) principal,
  • Pi is the principal repayment in coupon i, hence
  • PiP is the fraction of the principal repaid in coupon i, and
  • ti is the time (in years) from the start to coupon i.

If desired, ti can be expanded as 112(i+α1) for a monthly bond, where α is the fraction of a month between settlement date and first cash flow date.

Related concepts

WAL should not be confused with the following distinct concepts:

Bond duration
Bond duration is the weighted average of the times of the present values of all the cash flows (not distinguishing between principal and interest), while WAL is the weighted average of the actual amounts of the principal payments (disregarding interest, and not discounting). For an amortizing loan with equal payments, the WAL will be higher than the duration, as the early payments are weighted towards interest, while the later payments are weighted towards principal, and further, taking present value (in duration) discounts the later payments.
Time until 50% of the principal has been repaid
WAL is a mean, while "50% of the principal repaid" is a median; see difference between mean and median. This is a common misunderstanding.[5] Since for a flat payment amortizing loan, principal outstanding is a concave function (of time), at the WAL, less than half the principal will have been paid off. Intuitively, this is because most of the principal repayment happens at the end. Formally, the distribution of repayments is negative skewed: the small principal repayments at the beginning drag down the WAL (mean) more than they reduce the median.
Weighted-average maturity (WAM)
WAM is an average across several loans, and applied to pools of mortgages, instead of an average of principal repayments for a single loan. There is also a notion of WAL within pools of loans, quite similar to but technically different from WAM, and unrelated to WAL as discussed in this article.[6]

Applications

WAL is a measure that is useful in credit risk analysis on fixed income securities, bearing in mind that the main credit risk of a loan is the risk of loss of principal. The primary reason for this is that, all else equal, a longer-dated bond (i.e. a greater maturity) has greater risk than its shorter-dated counterpart.

WAL should not be used to calculate interest rate risk, as it only includes the principal payments, omitting interest payments. Instead, one should use bond duration, which takes the average of all cash flows.

Examples

On a 30-year loan, paying equal amounts monthly, one has the following WALs, for the given annual interest rates (and corresponding amortizing payments, calculated via an amortization calculator, using a principal of $100,000):

Rate Payment Total Interest WAL Calculation WAL
4% $477.42 $71,871.20 $71,871.20/($100,000*4%) 17.97
8% $733.76 $164,153.60 $164,153.60/($100,000*8%) 20.52
12% $1,028.61 $270,299.60 $270,229.60/($100,000*12%) 22.52

Note that as interest rate increases, WAL increases. WAL is independent of principal, though payments and total interest are proportional to principal.

See below for relations between amortized payments, total interest, and WAL.

Total Interest

WAL allows one to easily compute the total interest payments, which is given by:

WAL×r×P

where r is the annual interest rate and P is the initial principal.

This can be understood intuitively as: "A dollar of principal is outstanding for on average the WAL, hence the interest on an average dollar is WAL×r, and now one multiplies by the principal to get total interest payments".

Proof

More rigorously, one can derive the result as follows. To ease exposition, assume that payments are monthly, so periodic interest rate is annual interest rate divided by 12, and time ti=i/12 (time in years is period number in months, over 12).

Then:

WAL=i=1nPiPtiWAL×P=i=1nPiti=i=1nPii12WAL×P×r=i=1niPir12=r12i=1niPi

Total interest is

i=1nQir12=r12i=1nQi

where Qi is the principal outstanding at the beginning of period i (it's the principal on which the i interest payment is based). The statement reduces to showing that i=1niPi=i=1nQi. Both of these quantities are the time-weighted total principal of the bond (in periods), and they are simply different ways of slicing it: the iPi sum counts how long each dollar of principal is outstanding (it slices horizontally), while the Qi counts how much principal is outstanding at each point in time (it slices vertically).

Working backwards, Qn=Pn,Qn1=Pn+Pn1, and so forth: the principal outstanding when k periods remain is exactly the sum of the next k principal payments. The principal paid off by the last (nth) principal payment is outstanding for all n periods, while the principal paid off by the second to last ((n − 1)th) principal payment is outstanding for n − 1 periods, and so forth. Using this, the sums can be re-arranged to be equal.

For instance, if the principal amortized as $100, $80, $50 (with paydowns of $20, $30, $50), then the sum would on the one hand be 20+230+350=230, and on the other hand would be 100+80+50=230. This is demonstrated in the following table, which shows the amortization schedule, broken up into principal repayments, where each column is a Qi, and each row is iPi:

230 100 80 50
1 × 20 20
2 × 30 30 30
3 × 50 50 50 50

Computing WAL from amortized payment

The above can be reversed: given the terms (principal, tenor, rate) and amortized payment A, one can compute the WAL without knowing the amortization schedule. The total payments are An and the total interest payments are AnP, so the WAL is

WAL=AnPPr

Similarly, the total interest as percentage of principal is given by WAL×r:

WAL×r=AnPP

WALs of classes of loans

The WAL of a bullet loan (non-amortizing) is exactly the tenor, as the principal is repaid precisely at maturity.

For a given tenor, WAL increases with increasing coupon, as the principal payments become increasingly back-loaded. For a coupon of 0%, where the principal amortizes linearly, the WAL is exactly half the tenor plus half a period, because principal is repaid in arrears (at the end of the period). So for a 30 year 0% loan, paying monthly, the WAL is 15 1/24 15.04 years.

In loans that allow prepayment, the WAL cannot be computed from the amortization schedule: one must also make an assumption about the prepayment behavior, and the quoted WAL will be an estimate, which may be called simulated average life and based on an option-adjusted spread (OAS) model.[7] This is particularly used in mortgage-backed securities.

Notes and references

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  • Many property agents need to declare for the PIC grant in Singapore. However, not all of them know find out how to do the correct process for getting this PIC scheme from the IRAS. There are a number of steps that you need to do before your software can be approved.

    Naturally, you will have to pay a safety deposit and that is usually one month rent for annually of the settlement. That is the place your good religion deposit will likely be taken into account and will kind part or all of your security deposit. Anticipate to have a proportionate amount deducted out of your deposit if something is discovered to be damaged if you move out. It's best to you'll want to test the inventory drawn up by the owner, which can detail all objects in the property and their condition. If you happen to fail to notice any harm not already mentioned within the inventory before transferring in, you danger having to pay for it yourself.

    In case you are in search of an actual estate or Singapore property agent on-line, you simply should belief your intuition. It's because you do not know which agent is nice and which agent will not be. Carry out research on several brokers by looking out the internet. As soon as if you end up positive that a selected agent is dependable and reliable, you can choose to utilize his partnerise in finding you a home in Singapore. Most of the time, a property agent is taken into account to be good if he or she locations the contact data on his website. This may mean that the agent does not mind you calling them and asking them any questions relating to new properties in singapore in Singapore. After chatting with them you too can see them in their office after taking an appointment.

    Have handed an trade examination i.e Widespread Examination for House Brokers (CEHA) or Actual Property Agency (REA) examination, or equal; Exclusive brokers are extra keen to share listing information thus making certain the widest doable coverage inside the real estate community via Multiple Listings and Networking. Accepting a severe provide is simpler since your agent is totally conscious of all advertising activity related with your property. This reduces your having to check with a number of agents for some other offers. Price control is easily achieved. Paint work in good restore-discuss with your Property Marketing consultant if main works are still to be done. Softening in residential property prices proceed, led by 2.8 per cent decline within the index for Remainder of Central Region

    Once you place down the one per cent choice price to carry down a non-public property, it's important to accept its situation as it is whenever you move in – faulty air-con, choked rest room and all. Get round this by asking your agent to incorporate a ultimate inspection clause within the possibility-to-buy letter. HDB flat patrons routinely take pleasure in this security net. "There's a ultimate inspection of the property two days before the completion of all HDB transactions. If the air-con is defective, you can request the seller to repair it," says Kelvin.

    15.6.1 As the agent is an intermediary, generally, as soon as the principal and third party are introduced right into a contractual relationship, the agent drops out of the image, subject to any problems with remuneration or indemnification that he could have against the principal, and extra exceptionally, against the third occasion. Generally, agents are entitled to be indemnified for all liabilities reasonably incurred within the execution of the brokers´ authority.

    To achieve the very best outcomes, you must be always updated on market situations, including past transaction information and reliable projections. You could review and examine comparable homes that are currently available in the market, especially these which have been sold or not bought up to now six months. You'll be able to see a pattern of such report by clicking here It's essential to defend yourself in opposition to unscrupulous patrons. They are often very skilled in using highly unethical and manipulative techniques to try and lure you into a lure. That you must also protect your self, your loved ones, and personal belongings as you'll be serving many strangers in your home. Sign a listing itemizing of all of the objects provided by the proprietor, together with their situation. HSR Prime Recruiter 2010

See also