Class ResolvedFxSwapTrade

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

    public final class ResolvedFxSwapTrade
    extends Object
    implements ResolvedTrade, org.joda.beans.ImmutableBean, Serializable
    A trade in an FX swap, resolved for pricing.

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

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

      • of

        public static ResolvedFxSwapTrade of​(TradeInfo info,
                                             ResolvedFxSwap product)
        Obtains an instance of a resolved FX swap trade.
        Parameters:
        info - the trade info
        product - the product
        Returns:
        the resolved trade
      • meta

        public static ResolvedFxSwapTrade.Meta meta()
        The meta-bean for ResolvedFxSwapTrade.
        Returns:
        the meta-bean, not null
      • builder

        public static ResolvedFxSwapTrade.Builder builder()
        Returns a builder used to create an instance of the bean.
        Returns:
        the builder, not null
      • 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 ResolvedFxSwap getProduct()
        Gets the resolved FX swap 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
      • toBuilder

        public ResolvedFxSwapTrade.Builder toBuilder()
        Returns a builder that allows this bean to be mutated.
        Returns:
        the mutable builder, not null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object