Difference between revisions of "Manuals/calci/RECEIVED"
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000">'''<font face="Arial, sans-serif"><font size="2">RECEIVED(settle, M, I, D, basis)</font></font>''...") |
|||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <div | + | <div style="font-size:30px">'''RECEIVED (SettlementDate,MaturityDate,Investment,DiscountRate,Basis)'''</div><br/> |
| + | *where, <math>SettlementDate</math> is the security's settlement date (a date when coupon or a bond is purchased) | ||
| + | *<math>MaturityDate</math> is the security's maturity date (a date when coupon or a bond expires) | ||
| + | *<math>Investment</math> is the amount invested in security | ||
| + | *<math>DiscountRate</math> is the security's discount rate | ||
| + | *<math>Basis</math> is the type of day count basis to use | ||
| + | **RECEIVED(), returns the amount received at maturity for a fully invested security. | ||
| − | + | == Description == | |
| − | </ | + | *<math>SettlementDate</math> and <math>MaturityDate</math> dates should be entered either in 'date format' or 'dates returned using formulas'. If dates are not valid, Calci displays #N/A error message. |
| − | + | *If <math>SettlementDate</math> >= <math>MaturityDate</math>, Calci displays #N/A error message. | |
| − | < | + | *If <math>Investment</math> <=0 or <math>DiscountRate</math> <=0, Calci displays #N/A error message. |
| − | + | *<math>Basis</math> value is optional. If omitted, Calci assumes it to be 0. | |
| − | < | + | Below table shows the use of <math>Basis</math> values: |
| − | + | {| class="wikitable" | |
| + | |- | ||
| + | ! Basis !! Description | ||
| + | |- | ||
| + | | 0 || US (NASD) 30/360 | ||
| + | |- | ||
| + | | 1 || Actual/actual | ||
| + | |- | ||
| + | | 2 || Actual/360 | ||
| + | |- | ||
| + | | 3 || Actual/365 | ||
| + | |- | ||
| + | | 4 || European 30/365 | ||
| + | |} | ||
| − | * < | + | *If <math>Basis</math> value is other than 0 to 4, Calci displays #N/A error message. |
| + | *Formula: | ||
| + | If 'B' is number of days in a year, and 'D' is number of days from 'Settlement' to | ||
| + | Maturity', the RECEIVED is calculated as - | ||
| − | + | <math>RECEIVED = \frac{Investment}{1-(Discount X \frac{D}{B})}</math> | |
| − | |||
| − | + | == Examples == | |
| − | + | Consider the following example that shows the use of RECEIVED function: | |
| − | < | + | <div id="2SpaceContent" class="zcontent" align="left"> |
| − | + | {| id="TABLE3" class="SpreadSheet blue" | |
| + | |- class="even" | ||
| + | | class=" " | 4/24/2010 | ||
| + | | class=" " | | ||
| + | | class=" " | 1/1/2013 | ||
| − | + | |- class="odd" | |
| + | | class="sshl_f" | 7/24/2010 | ||
| + | | class=" " | | ||
| + | | class=" " | 1/1/2014 | ||
| − | + | |- class="even" | |
| − | - | + | | class=" " | 1550000 |
| − | + | | class=" " | | |
| + | | class=" " | 50000 | ||
| − | + | |- class="odd" | |
| + | | class=" " | 4.65% | ||
| + | | class=" " | | ||
| + | | class=" " | 6% | ||
| − | + | |- class="even" | |
| − | + | | class=" " | 2 | |
| − | + | | class=" " | | |
| + | | class=" " | | ||
| − | + | |- class="odd" | |
| + | | class=" " | | ||
| + | | class=" " | | ||
| + | | class=" " | | ||
| + | |} | ||
| − | + | =RECEIVED(A1,A2,A3,A4,A5) displays ''1568435.6540840461'' as a result. | |
| + | =RECEIVED(C1,C2,C3,C4) displays ''53191.48936170212'' as a result. | ||
| − | + | ==Related Videos== | |
| − | + | {{#ev:youtube|I7FDx4DPapw|280|center|BOND AND INTEREST RATE}} | |
| − | + | == See Also == | |
| − | + | *[[Manuals/calci/INTRATE | INTRATE]] | |
| − | + | == References == | |
| − | + | *[http://en.wikipedia.org/wiki/Bond_(finance)#Maturity Maturity] | |
| + | *[http://en.wikipedia.org/wiki/Day_count_convention Day Count Basis] | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | *[[Z_API_Functions | List of Main Z Functions]] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | *[[ Z3 | Z3 home ]] | |
| − | |||
Latest revision as of 16:24, 22 August 2018
- where, is the security's settlement date (a date when coupon or a bond is purchased)
- is the security's maturity date (a date when coupon or a bond expires)
- is the amount invested in security
- is the security's discount rate
- is the type of day count basis to use
- RECEIVED(), returns the amount received at maturity for a fully invested security.
Description
- and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MaturityDate} dates should be entered either in 'date format' or 'dates returned using formulas'. If dates are not valid, Calci displays #N/A error message.
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle SettlementDate} >= Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MaturityDate} , Calci displays #N/A error message.
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Investment} <=0 or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle DiscountRate} <=0, Calci displays #N/A error message.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Basis} value is optional. If omitted, Calci assumes it to be 0.
Below table shows the use of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Basis} values:
| Basis | Description |
|---|---|
| 0 | US (NASD) 30/360 |
| 1 | Actual/actual |
| 2 | Actual/360 |
| 3 | Actual/365 |
| 4 | European 30/365 |
- If Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Basis} value is other than 0 to 4, Calci displays #N/A error message.
- Formula:
If 'B' is number of days in a year, and 'D' is number of days from 'Settlement' to Maturity', the RECEIVED is calculated as -
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle RECEIVED = \frac{Investment}{1-(Discount X \frac{D}{B})}}
Examples
Consider the following example that shows the use of RECEIVED function:
| 4/24/2010 | 1/1/2013 | |
| 7/24/2010 | 1/1/2014 | |
| 1550000 | 50000 | |
| 4.65% | 6% | |
| 2 | ||
=RECEIVED(A1,A2,A3,A4,A5) displays 1568435.6540840461 as a result. =RECEIVED(C1,C2,C3,C4) displays 53191.48936170212 as a result.
Related Videos
See Also
References