Class FxRateAsset


public class FxRateAsset extends UnderlyingAsset

Java class for FxRateAsset complex type.

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

 <complexType name="FxRateAsset">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
         <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}FxSpotRateSource" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxRateAsset

      public FxRateAsset()
  • Method Details

    • getQuotedCurrencyPair

      public QuotedCurrencyPair getQuotedCurrencyPair()
      Gets the value of the quotedCurrencyPair property.
      Returns:
      possible object is QuotedCurrencyPair
    • setQuotedCurrencyPair

      public void setQuotedCurrencyPair(QuotedCurrencyPair value)
      Sets the value of the quotedCurrencyPair property.
      Parameters:
      value - allowed object is QuotedCurrencyPair
    • getRateSource

      public FxSpotRateSource getRateSource()
      Gets the value of the rateSource property.
      Returns:
      possible object is FxSpotRateSource
    • setRateSource

      public void setRateSource(FxSpotRateSource value)
      Sets the value of the rateSource property.
      Parameters:
      value - allowed object is FxSpotRateSource