Main Content

Creating Interest-Rate Curve Objects

Depending on your data and purpose for analysis, you can create an interest-rate curve object by using an IRDataCurve or IRFunctionCurve object.

To create an IRDataCurve object, you can:

  • Use IRDataCurve to create an IRDataCurve object using vector of dates and data with interpolation methods.

  • Use the object function bootstrap using market instruments.

For more information on creating an IRDataCurve object, see Creating an IRDataCurve Object.

Using an IRDataCurve object, you can use the following functions to determine:

Alternatively, to create an IRFunctionCurve object, you can:

Using an IRFunctionCurve object, you can use the following functions to determine:

In addition, you can convert an IRDataCurve object or IRFunctionCurve object to a RateSpec structure. For more information, see Converting an IRDataCurve or IRFunctionCurve Object.

Related Examples

More About