Class SimpleCreditDefaultSwap

java.lang.Object

public class SimpleCreditDefaultSwap extends UnderlyingAsset

Java class for SimpleCreditDefaultSwap complex type.

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

 <complexType name="SimpleCreditDefaultSwap">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CreditEntity.model"/>
         <element name="term" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
         <element name="paymentFrequency" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>