Class PCDeliverableObligationCharac

java.lang.Object
net.finmath.smartcontract.product.xml.PCDeliverableObligationCharac
Direct Known Subclasses:
LoanParticipation

public class PCDeliverableObligationCharac extends Object

Java class for PCDeliverableObligationCharac complex type.

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

 <complexType name="PCDeliverableObligationCharac">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="partialCashSettlement" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>