Class FxSettlementRateSource

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

public class FxSettlementRateSource extends Object

Java class for FxSettlementRateSource complex type.

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

 <complexType name="FxSettlementRateSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="settlementRateOption" type="{http://www.fpml.org/FpML-5/confirmation}SettlementRateOption"/>
         <element name="nonstandardSettlementRate" type="{http://www.fpml.org/FpML-5/confirmation}FxInformationSource"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>