Class FxVanillaOptionTrade.Builder

    • Method Detail

      • info

        public FxVanillaOptionTrade.Builder info​(TradeInfo info)
        Sets the additional trade information, defaulted to an empty instance.

        This allows additional information to be attached to the trade.

        Parameters:
        info - the new value, not null
        Returns:
        this, for chaining, not null
      • product

        public FxVanillaOptionTrade.Builder product​(FxVanillaOption product)
        Sets the FX option product that was agreed when the trade occurred.

        The product captures the contracted financial details of the trade.

        Parameters:
        product - the new value, not null
        Returns:
        this, for chaining, not null
      • premium

        public FxVanillaOptionTrade.Builder premium​(AdjustablePayment premium)
        Sets 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.

        Parameters:
        premium - the new value, not null
        Returns:
        this, for chaining, not null
      • toString

        public String toString()
        Overrides:
        toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FxVanillaOptionTrade>