Class ResolvedBulletPaymentTrade

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

    public final class ResolvedBulletPaymentTrade
    extends Object
    implements ResolvedTrade, org.joda.beans.ImmutableBean, Serializable
    A bullet payment trade, resolved for pricing.

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

    A ResolvedBulletPaymentTrade 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