Class UnderlyingAsset

Direct Known Subclasses:
Bond, Deposit, ExchangeTraded, FxRateAsset, Loan, Mortgage, MutualFund, RateIndex, SimpleCreditDefaultSwap, SimpleFra, SimpleIRSwap

public abstract class UnderlyingAsset extends IdentifiedAsset
Abstract base class for all underlying assets.

Java class for UnderlyingAsset complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UnderlyingAsset">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}IdentifiedAsset">
       <sequence>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedCurrency" minOccurs="0"/>
         <element name="exchangeId" type="{http://www.fpml.org/FpML-5/confirmation}ExchangeId" minOccurs="0"/>
         <element name="clearanceSystem" type="{http://www.fpml.org/FpML-5/confirmation}ClearanceSystem" minOccurs="0"/>
         <element name="definition" type="{http://www.fpml.org/FpML-5/confirmation}ProductReference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UnderlyingAsset

      public UnderlyingAsset()
  • Method Details

    • getCurrency

      public IdentifiedCurrency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is IdentifiedCurrency
    • setCurrency

      public void setCurrency(IdentifiedCurrency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is IdentifiedCurrency
    • getExchangeId

      public ExchangeId getExchangeId()
      Gets the value of the exchangeId property.
      Returns:
      possible object is ExchangeId
    • setExchangeId

      public void setExchangeId(ExchangeId value)
      Sets the value of the exchangeId property.
      Parameters:
      value - allowed object is ExchangeId
    • getClearanceSystem

      public ClearanceSystem getClearanceSystem()
      Gets the value of the clearanceSystem property.
      Returns:
      possible object is ClearanceSystem
    • setClearanceSystem

      public void setClearanceSystem(ClearanceSystem value)
      Sets the value of the clearanceSystem property.
      Parameters:
      value - allowed object is ClearanceSystem
    • getDefinition

      public ProductReference getDefinition()
      Gets the value of the definition property.
      Returns:
      possible object is ProductReference
    • setDefinition

      public void setDefinition(ProductReference value)
      Sets the value of the definition property.
      Parameters:
      value - allowed object is ProductReference