Difference between revisions of "Manuals/calci/couppcd"

From ZCubes Wiki
Jump to navigation Jump to search
Line 34: Line 34:
  
 
==References==
 
==References==
 
 
 
 
 
 
 
 
 
 
 
 
UNIQ7cf1cacc92d99ec2-nowiki-00000002-QINU
 
 
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>
 
----
 

Revision as of 06:44, 12 February 2014

COUPNCD(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

Examples

=COUPPCD(B2,B3,B4,B5)

Where

B2=2/25/2007

B3=10/15/2008

B4=2

B5=1

COUPPCD returns (Sun Oct 15, 2006).

References