Class ResolvedFxSingleBarrierOptionTrade

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

    public final class ResolvedFxSingleBarrierOptionTrade
    extends Object
    implements ResolvedTrade, org.joda.beans.ImmutableBean, Serializable
    A trade in an FX single barrier option, resolved for pricing.

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

    A ResolvedFxSingleBarrierOptionTrade 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
    • Method Detail

      • getInfo

        public TradeInfo getInfo()
        Gets the additional trade information, defaulted to an empty instance.

        This allows additional information to be attached to the trade.

        Specified by:
        getInfo in interface ResolvedTrade
        Returns:
        the value of the property, not null
      • getProduct

        public ResolvedFxSingleBarrierOption getProduct()
        Gets the resolved barrier FX option product.

        The product captures the contracted financial details of the trade.

        Specified by:
        getProduct in interface ResolvedTrade
        Returns:
        the value of the property, not null
      • getPremium

        public Payment getPremium()
        Gets the premium of the FX option.

        The premium sign should be compatible with the product Long/Short flag. This means that the premium is negative for long and positive for short.

        Returns:
        the value of the property, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object