Class ResolvedIborFixingDepositTrade

  • All Implemented Interfaces:
    ResolvedTrade, Serializable, org.joda.beans.Bean, org.joda.beans.ImmutableBean

    public final class ResolvedIborFixingDepositTrade
    extends Object
    implements ResolvedTrade, org.joda.beans.ImmutableBean, Serializable
    A trade in an Ibor fixing deposit, resolved for pricing.

    This is the resolved form of IborFixingDepositTrade and is the primary input to the pricers. Applications will typically create a ResolvedIborFixingDepositTrade from a IborFixingDepositTrade using IborFixingDepositTrade.resolve(ReferenceData).

    A ResolvedIborFixingDepositTrade is bound to data that changes over time, such as holiday calendars. If the data changes, such as the addition of a new holiday, the resolved form will not be updated. Care must be taken when placing the resolved form in a cache or persistence layer.

    See Also:
    Serialized Form