Class ReferenceObligation

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

public class ReferenceObligation extends Object

Java class for ReferenceObligation complex type.

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

 <complexType name="ReferenceObligation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}bond"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}convertibleBond"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}mortgage"/>
           <element ref="{http://www.fpml.org/FpML-5/confirmation}loan"/>
         </choice>
         <choice minOccurs="0">
           <element name="primaryObligor" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
           <element name="primaryObligorReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="guarantor" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
           <element name="guarantorReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
         </choice>
         <element name="standardReferenceObligation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>