Last updated: 2023-03-16.
tf_quant_finance.rates.SwapCurveBuilderResult#
Swap curve calibration results.
tf_quant_finance.rates.SwapCurveBuilderResult(
times, rates, discount_factors, initial_rates, converged, failed, iterations,
objective_value
)
Attributes:#
times: Rank 1 realTensor. Times for the computed rates.rates: Rank 1Tensorof the same dtype astimes. The inferred zero rates.discount_factors: Rank 1Tensorof the same dtype astimes. The inferred discount factors.initial_rates: Rank 1Tensorof the same dtype astimes. The initial guess for the rates.converged: Scalar booleanTensor. Whether the procedure converged.failed: Scalar booleanTensor. Whether the procedure failed.iterations: Scalar int32Tensor. Number of iterations performed.objective_value: Scalar realTensor. The objective function at the optimal soultion.
Methods#
__eq__
__eq__(
other
)
Method generated by attrs for class SwapCurveBuilderResult.
__ge__
__ge__(
other
)
Method generated by attrs for class SwapCurveBuilderResult.
__gt__
__gt__(
other
)
Method generated by attrs for class SwapCurveBuilderResult.
__iter__
__iter__()
__le__
__le__(
other
)
Method generated by attrs for class SwapCurveBuilderResult.
__len__
__len__()
__lt__
__lt__(
other
)
Method generated by attrs for class SwapCurveBuilderResult.
__ne__
__ne__(
other
)
Method generated by attrs for class SwapCurveBuilderResult.