_ProxyCurveInterpolator#
- class rateslib.curves._ProxyCurveInterpolator(_fx_forwards, _cash, _collateral)#
Bases:
objectA container for data relating to interpolating the DFs of a
ProxyCurve.Attributes Summary
The currency of the cashflows.
The index of the cash currency in the
FXForwardsobject.A pair constructed from the cash currency
The currency of the collateral assuming PAI.
The index of the collateral currency in the
FXForwardsobject.A pair constructed from the collateral currency
The
FXForwardsobject containingFXRatesandCurveobjects.A pair of currencies representing the cashflow and collateral.
Attributes Documentation
- cash#
The currency of the cashflows.
- cash_index#
The index of the cash currency in the
FXForwardsobject.
- cash_pair#
A pair constructed from the cash currency
- collateral#
The currency of the collateral assuming PAI.
- collateral_index#
The index of the collateral currency in the
FXForwardsobject.
- collateral_pair#
A pair constructed from the collateral currency
- fx_forwards#
The
FXForwardsobject containingFXRatesandCurveobjects.
- pair#
A pair of currencies representing the cashflow and collateral.