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>