Class CreditDefaultSwap

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.CreditDefaultSwap

public class CreditDefaultSwap extends Product

Java class for CreditDefaultSwap complex type.

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

 <complexType name="CreditDefaultSwap">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="generalTerms" type="{http://www.fpml.org/FpML-5/confirmation}GeneralTerms"/>
         <element name="feeLeg" type="{http://www.fpml.org/FpML-5/confirmation}FeeLeg"/>
         <element name="protectionTerms" type="{http://www.fpml.org/FpML-5/confirmation}ProtectionTerms" maxOccurs="unbounded"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="cashSettlementTerms" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlementTerms"/>
           <element name="physicalSettlementTerms" type="{http://www.fpml.org/FpML-5/confirmation}PhysicalSettlementTerms"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>