Creates a simple zero curve from FRA Tenors (or Dates) and zero rates.
The zero rates covers the period between today and the current tenor.
This curve cannot be used to determine interest rate market rates (SWAP rates , CMS rates etc...).
You can use this curve to compute discount factors, forward rates and zero rates.
If you do want to use market information that can price various financial products (Bonds, Swaps, various legs etc...) use one of the following category of functions :
CapeTools Curves,
CapeTools XCCY Curves or
CapeTools Bond Curves or you can employ a risky curve via Credit Default Curves (
CapeTools Credit Curves).
(You cannot use the
DiscountCurve(),
ForwardCurve(),
ZeroCurve() or
FlatYieldCurve() functions as these do not contain enough information for pricing.).
These curves take in extra information pertaining to the interest rate market and can be used to also prices interest rate deals (in regards to the computation of fixing or reset rates).
This function creates an object and returns a string-key value to represent this created object.
The TAG value of the string-key returned (second part of the key) is : "ZYC"
The C# example below contains all the sub-function calls leading up to this function call. As a result, the example can contain a lot of code.
The VB.NET, J#, C++.NET, Java, Excel VBA, Visual Basic 6 (via COM) and C++ examples below contain function code stubs for the calls leading up to this function call. However, the function call for this function is displayed.
You can easily reproduce the stub functions code from the
C# example.
Copyright (c) 2003-2007 CapeTools - All Rights Reserved.