Difference between revisions of "Manuals/calci/couppcd"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''COUPPCD'''(settle, M, F, basis) where, '''Settle''' - the security's settlement date. '''M''' - the secur...")
 
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''COUPPCD(settle, M, F, basis)'''</div><br/>
  
'''COUPPCD'''(settle, M, F, basis)
+
*<math>s</math> is the security's settlement date.
 +
*<math>m</math> is the security's maturity date(Expire date).
 +
*<math>f</math> is the number of coupon(interest) payments per year(1,2 or 4)
 +
*<math>b</math> is the Type of day count basis.
  
where,
+
==Description==
 +
*This function returns a date that represents next coupon date after the settlement date.
 +
*<math>f</math> must be 1,2 or 4
 +
*COUPNCD shows there value when <math>basis\lt 0</math> or <math>basis\gt 0</math>Basis&gt;4,
 +
*<math>Settlement date</math> must be greater than or equal to maturity date.
 +
*<math>b</math> is the calender system to use.
 +
0 - US method (NASD), 12 months of 30 days each
 +
1 - Actual number of days in months, actual number of days in year
 +
2 - Actual number of days in month, year has 360 days
 +
3 - Actual number of days in month, year has 365 days
 +
4 - European method, 12 months of 30 days each
 +
*COUPPCD returns errors when
 +
Settlement<math>(s)</math> or Maturity<math>(m)</math> is not a valid date.
 +
Frequency<math>(f)</math> is any number other than 1, 2, or 4.
 +
Basis<math>(b)</math> < 0 or if Basis<math>(b)</math> > 4.
 +
Settlement<math>(s)</math> ≥ Maturity<math>(m)</math>.
  
'''Settle''' - the security's settlement date.
+
==Examples==
 +
*=COUPPCD("2007/02/21","2009/02/21",2,1)
 +
Wed Feb 21 2007 00:00:00 GMT+0530 (India Standard Time)
 +
*=COUPPCD("2005-07-13", "2009-01-18", 2, 3)
 +
Tue Jan 18 2005 05:30:00 GMT+0530 (India Standard Time)
  
'''M''' - the security's maturity date.
+
==Related Videos==
  
'''F''' - the number of coupon payments per year and '''Basis'''- Type of day count basis.
+
{{#ev:youtube|gyPAbeZAG4M|280|center|COUPPCD}}
  
</div>
+
==See Also==
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
This function returns a date that represents previous coupon date before the settlement date.
+
*[[Manuals/calci/coupncd | COUPNCD]]
 +
*[[Manuals/calci/cumipmt | CUMIPMT ]]
 +
*[[Manuals/calci/cumprinc | CUMPRINC]]
  
</div>
+
==References==
----
+
[https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_COUPPCD_function COUPPCD]
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
F must be 1,2,or 4
 
 
 
COUPPCD shows there value when  Basis&lt;0 or Basis&gt;4, and settlement date greaterthan or equal to maturity date.
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
COUPPCD
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
 
 
Lets see an example in (Column3,Row1)
 
 
 
<nowiki>=COUPPCD(B2,B3,B4,B5)</nowiki>
 
 
 
Where
 
 
 
B2=2/25/2007
 
 
 
B3=10/15/2008
 
 
 
B4=2
 
 
 
B5=1
 
 
 
COUPPCD returns (Sun Oct 15, 2006).
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class="    " |
 
| Column1
 
| class="      " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 2/25/2007
 
| class="                                                                                                                        sshl_f  " |
 
| class="sshl_f" | Sun Oct 15 00:00:00 UTC+0530 2006
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 10/15/2008
 
|
 
| class="                                                                                            sshl_f  " |
 
| class="SelectTD" |
 
|- class="odd"
 
| Row3
 
| class="        " | 2
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 1
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
|
 
| class="                                                                                                              sshl_f  " |
 
|
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
|
 
|
 
|
 
|}
 
 
 
<div align="left"></div>''''''</div>
 
----
 

Latest revision as of 13:01, 19 July 2015

COUPPCD(settle, M, F, basis)


  • is the security's settlement date.
  • is the security's maturity date(Expire date).
  •  is the number of coupon(interest) payments per year(1,2 or 4)
  • is the Type of day count basis.

Description

  • This function returns a date that represents next coupon date after the settlement date.
  • must be 1,2 or 4
  • COUPNCD shows there value when Failed to parse (unknown function "\lt"): {\displaystyle basis\lt 0} or Failed to parse (unknown function "\gt"): {\displaystyle basis\gt 0} Basis>4,
  • must be greater than or equal to maturity date.
  • is the calender system to use.
0 - US method (NASD), 12 months of 30 days each
1 - Actual number of days in months, actual number of days in year
2 - Actual number of days in month, year has 360 days
3 - Actual number of days in month, year has 365 days
4 - European method, 12 months of 30 days each
  • COUPPCD returns errors when
Settlement or Maturity is not a valid date.
Frequency is any number other than 1, 2, or 4.
Basis < 0 or if Basis > 4.
Settlement ≥ Maturity.

Examples

  • =COUPPCD("2007/02/21","2009/02/21",2,1)
Wed Feb 21 2007 00:00:00 GMT+0530 (India Standard Time)
  • =COUPPCD("2005-07-13", "2009-01-18", 2, 3)
Tue Jan 18 2005 05:30:00 GMT+0530 (India Standard Time)

Related Videos

COUPPCD

See Also

References

COUPPCD