Class SettlementRateSource

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

public class SettlementRateSource extends Object
A type describing the method for obtaining a settlement rate.

Java class for SettlementRateSource complex type.

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

 <complexType name="SettlementRateSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource"/>
         <element name="cashSettlementReferenceBanks" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlementReferenceBanks"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>