Class FxSpotRateSource

java.lang.Object
net.finmath.smartcontract.product.xml.FxSpotRateSource

public class FxSpotRateSource extends Object
A type defining the rate source and fixing time for an fx rate.

Java class for FxSpotRateSource complex type.

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

 <complexType name="FxSpotRateSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="primaryRateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource"/>
         <element name="secondaryRateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" minOccurs="0"/>
         <element name="fixingTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxSpotRateSource

      public FxSpotRateSource()
  • Method Details

    • getPrimaryRateSource

      public InformationSource getPrimaryRateSource()
      Gets the value of the primaryRateSource property.
      Returns:
      possible object is InformationSource
    • setPrimaryRateSource

      public void setPrimaryRateSource(InformationSource value)
      Sets the value of the primaryRateSource property.
      Parameters:
      value - allowed object is InformationSource
    • getSecondaryRateSource

      public InformationSource getSecondaryRateSource()
      Gets the value of the secondaryRateSource property.
      Returns:
      possible object is InformationSource
    • setSecondaryRateSource

      public void setSecondaryRateSource(InformationSource value)
      Sets the value of the secondaryRateSource property.
      Parameters:
      value - allowed object is InformationSource
    • getFixingTime

      public BusinessCenterTime getFixingTime()
      Gets the value of the fixingTime property.
      Returns:
      possible object is BusinessCenterTime
    • setFixingTime

      public void setFixingTime(BusinessCenterTime value)
      Sets the value of the fixingTime property.
      Parameters:
      value - allowed object is BusinessCenterTime