inflationbuild
Syntax
Description
builds an inflation curve from market zero-coupon inflation swap (ZCIS) rates. The
InflationCurve
= inflationbuild(BaseDate
,BaseIndexValue
,ZCISDates
,ZCISRates
)InflationCurve
output is an inflationcurve
object.
specifies options using one or more name-value pair arguments in addition to any of the
input argument combinations in the previous syntax. For example, myInflationCurve
= inflationbuild(___,Name,Value
)myInflationCurve =
inflationbuild(BaseDate,BaseIndexValue,ZCISDates,ZCISRates,'Seasonality',SeasonalRates)
builds an inflationcurve
object from market zero ZCIS dates and rates.
Examples
Input Arguments
Output Arguments
Algorithms
Build an inflation curve from a series of breakeven zero-coupon inflation swap (ZCIS) rates:
where
is the breakeven inflation index reference number for maturity date Ti.
is the base inflation index value for the starting date T0.
is the breakeven inflation rate for the ZCIS maturing on Ti.
The ZCIS rates typically have maturities that increase in whole number of years, so the inflation curve is built on an annual basis. From the annual basis inflation curve, the annual unadjusted (that is, not seasonally adjusted) forward inflation rates are computed as follows:
The unadjusted forward inflation rates are used for interpolating and also for incorporating seasonality to the inflation curve.
For monthly periods that are not a whole number of years, seasonal adjustments can be made to reflect seasonal patterns of inflation within the year. These 12 monthly seasonal adjustments are annualized and they add up to zero to ensure that the cumulative seasonal adjustments are reset to zero every year.
where
is the breakeven inflation index reference number.
is the previous inflation reference number.
fi is the annual unadjusted forward inflation rate.
si is the annualized seasonal component for the period .
The first year seasonal adjustment may need special treatment because, typically, the breakeven inflation reference number of the first month is already known. If that is the case, the unadjusted forward inflation rate for the first year needs to be recomputed for the remaining 11 months.