tf_quant_finance.models.hull_white.CalibrationResult

Contents

Last updated: 2023-03-16.

tf_quant_finance.models.hull_white.CalibrationResult#

View source

Collection of calibrated one factor Hull-White parameters.

tf_quant_finance.models.hull_white.CalibrationResult(
    mean_reversion, volatility
)

For a review of the HullWhite model and the conventions used, please see the docstring for HullWhiteModel1F, or for calibration_from_swaptions below.

Attributes:#

  • mean_reversion: An instance of PiecewiseConstant function specifying the mean-reversion parameter.

  • volatility: An instance of PiecewiseConstant specifying the volatility parameter.

Methods#

__eq__

__eq__(
    other
)

Method generated by attrs for class CalibrationResult.

__ge__

__ge__(
    other
)

Method generated by attrs for class CalibrationResult.

__gt__

__gt__(
    other
)

Method generated by attrs for class CalibrationResult.

__iter__

View source

__iter__()

__le__

__le__(
    other
)

Method generated by attrs for class CalibrationResult.

__len__

View source

__len__()

__lt__

__lt__(
    other
)

Method generated by attrs for class CalibrationResult.

__ne__

__ne__(
    other
)

Method generated by attrs for class CalibrationResult.