Class FacilityContractIdentifier

java.lang.Object
net.finmath.smartcontract.product.xml.ContractIdentifier
net.finmath.smartcontract.product.xml.FacilityContractIdentifier

public class FacilityContractIdentifier extends ContractIdentifier
A unique identifier for outstanding contracts.

Java class for FacilityContractIdentifier complex type.

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

 <complexType name="FacilityContractIdentifier">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ContractIdentifier">
       <sequence>
         <element name="facilityReference" type="{http://www.fpml.org/FpML-5/confirmation}FacilityReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>