Difference between revisions of "Manuals/calci/ACCRINT"
Jump to navigation
Jump to search
| Line 19: | Line 19: | ||
*<math>settlement</math> is the date after issue date when security or bond is purchased by customer. | *<math>settlement</math> is the date after issue date when security or bond is purchased by customer. | ||
*<math>issue</math>, <math>FI</math> and <math>settlement</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. | *<math>issue</math>, <math>FI</math> and <math>settlement</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>issue</math> >= <math>settlement</math>, displays #N/A error message. | + | *If <math>issue</math> >= <math>settlement</math>, Calci displays #N/A error message. |
| − | *If <math>par</math> is omitted, displays #N/A error message. | + | *If <math>par</math> is omitted, Calci displays #N/A error message. |
| − | *If <math>rate</math> <=0 or <math>par</math> <=0, displays #N/A error message. | + | *If <math>rate</math> <=0 or <math>par</math> <=0, Calci displays #N/A error message. |
*The values for 'frequency' should be 1,2 or 4. | *The values for 'frequency' should be 1,2 or 4. | ||
For Annual payment, frequency = 1, | For Annual payment, frequency = 1, | ||
Revision as of 16:49, 2 January 2014
ACCRINT(issue, FI, settlement, rate, par, frequency, basis, method)
- where, 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 issue} is the security's issue date (a date when coupon or a bond is issued)
- 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 FI} is the first interest date
- 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 settlement} is the security's settlement date (a date when coupon or a bond is purchased)
- 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 rate} is the security's annual coupon rate
- 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 par} is the security's par value
- 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 frequency} is the number of coupon payments per year
- 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} is the type of day count basis to use
- 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 method} a logical value that specifies how to calculate total accrued interest when settlement is later than first interest date.
ACCRINT() calculates the accrued interest for the security that pays periodic interest.
Description
ACCRINT(issue, FI, settlement, rate, par, frequency, basis, method)
- Accrued interest is the interest accumulated on a bond since the last interest payment up to, but not including, the settlement date.
- 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 settlement} is the date after issue date when security or bond is purchased by customer.
- 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 issue} , 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 settlement} 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 issue} >= 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 settlement} , 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 par} is omitted, 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 rate} <=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 par} <=0, Calci displays #N/A error message.
- The values for 'frequency' should be 1,2 or 4.
For Annual payment, frequency = 1,
For Semi-annual payment, frequency = 2,
For Quarterly payment, frequency = 4.
- 'basis' value is optional. If omitted, Calci assumes it to be 0.
Below table shows the use of 'basis' values:
| Basis | Description |
|---|---|
| 0 | US (NASD) 30/360 |
| 1 | Actual/actual |
| 2 | Actual/360 |
| 3 | Actual/365 |
| 4 | European 30/365 |
- If 'basis' value is other than 0 to 4, 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 method} can be TRUE or FALSE. If omitted, Calci assumes it to be TRUE.
- 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 method} = TRUE, it calculates total accrued interest from issue to settlement.
- 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 method} = FALSE, it calculates total accrued interest from first interest to settlement.
Examples
Consider the following example that shows the use of DURATION function:
| 4/1/2010 | ||
| 10/31/2010 | ||
| 6/1/2010 | ||
| 20% | ||
| 500 | ||
| 2 | ||
| 0 | ||
=ACCRINT(A1,A2,A3,A4,A5,A6,A7) displays 16.667 as a result. =ACCRINT(DATE(2010,3,5),A2,A3,A4,A5,A6,A7,FALSE) displays 23.889 as a result.