Class ProRataFacilities

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

public class ProRataFacilities extends Object
Defines a restriction pertaining to which facilities must be traded on a pro-rata basis.

Java class for ProRataFacilities complex type.

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

 <complexType name="ProRataFacilities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>