Class CashSettlementReferenceBanks

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

public class CashSettlementReferenceBanks extends Object
A type defining the list of reference institutions polled for relevant rates or prices when determining the cash settlement amount for a product where cash settlement is applicable.

Java class for CashSettlementReferenceBanks complex type.

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

 <complexType name="CashSettlementReferenceBanks">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="referenceBank" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceBank" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>