Class FxRateSourceFixing

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

public class FxRateSourceFixing extends Object
Describes a rate source to be fixed and the date the fixing occurs

Java class for FxRateSourceFixing complex type.

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

 <complexType name="FxRateSourceFixing">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementRateSource" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementRateSource"/>
         <element name="fixingDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>