getParYields
Get par yields for input dates for
IRFunctionCurve
Description
computes par yields for input dates for an F
= getParYields(CurveObj
,InpDates
)IRFunctionCurve
object.
adds optional name-value pair arguments. F
= getParYields(___,Name,Value
)
Examples
Get Par Yields For Input Dates For an IRFunctionCurve
This example shows how to get par yields for input dates for an IRFunctionCurve
.
irfc = IRFunctionCurve('Forward',today,@(t) polyval([-0.0001 0.003 0.02],t));
getParYields(irfc, today+30:30:today+720)
ans = 24×1
0.0200
0.0203
0.0203
0.0205
0.0205
0.0206
0.0210
0.0210
0.0212
0.0212
⋮
Input Arguments
CurveObj
— Interest-rate curve object
object
Interest-rate curve object, specified by using IRFunctionCurve
.
Data Types: object
InpDates
— Input dates
vector
Input dates, specified using MATLAB® date format. The input dates must be after the
Settle
date of IRFunctionCurve
.
Data Types: double
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
Example: F = getParYields(irfc,
CurveSettle+30:30:CurveSettle+720)
Compounding
— Compounding frequency per-year for par yield rates
CurveObj.Compounding
(default) | possible values include: –1
, 0
,
1
, 2
, 3
,
4
, 6
,
12
.
Compounding frequency per-year for par yield rates, specified as the
comma-separated pair consisting of 'Compounding'
and
a scalar numeric using one of the supported values:
−1
= Continuous compounding0
= Simple interest (no compounding)1
= Annual compounding2
= Semiannual compounding3
= Compounding three times per year4
= Quarterly compounding6
= Bimonthly compounding12
= Monthly compounding
Data Types: double
Basis
— Day count basis for the par yield rates
0
(actual/actual) (default) | integer from 0
to 13
Day count basis for the par yield rates, specified as the
comma-separated pair consisting of 'Basis'
and a
scalar integer.
0 — actual/actual
1 — 30/360 (SIA)
2 — actual/360
3 — actual/365
4 — 30/360 (PSA)
5 — 30/360 (ISDA)
6 — 30/360 (European)
7 — actual/365 (Japanese)
8 — actual/actual (ICMA)
9 — actual/360 (ICMA)
10 — actual/365 (ICMA)
11 — 30/360E (ICMA)
12 — actual/365 (ISDA)
13 — BUS/252
For more information, see Basis.
Data Types: double
Output Arguments
F
— Par yields
vector
Par yields, returned as a vector.
Version History
Apri esempio
Si dispone di una versione modificata di questo esempio. Desideri aprire questo esempio con le tue modifiche?
Comando MATLAB
Hai fatto clic su un collegamento che corrisponde a questo comando MATLAB:
Esegui il comando inserendolo nella finestra di comando MATLAB. I browser web non supportano i comandi MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)