_UnitFixing#

class rateslib.data.fixings._UnitFixing(*, date, value=NoInput.blank, identifier=NoInput.blank)#

Bases: _BaseFixing

A _BaseFixing permanently adopting value 1.0. Used as a placeholder.

Attributes Summary

date

The date of relevance for the fixing, e.g. the publication date of an IBORFixing.

identifier

The string name of the timeseries to be loaded by the Fixings object.

value

Returns 1.0.

Methods Summary

reset(*args, **kwargs)

Does nothing.

value_or_forecast(*args, **kwargs)

Returns 1.0.

Attributes Documentation

date#

The date of relevance for the fixing, e.g. the publication date of an IBORFixing.

identifier#

The string name of the timeseries to be loaded by the Fixings object.

value#

Returns 1.0.

Methods Documentation

reset(*args, **kwargs)#

Does nothing.

value_or_forecast(*args, **kwargs)#

Returns 1.0.