Class SimpleCreditDefaultSwap


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>
 
  • Field Details

    • referenceEntity

      protected LegalEntity referenceEntity
    • creditEntityReference

      protected LegalEntityReference creditEntityReference
    • term

      protected Period term
    • paymentFrequency

      protected Period paymentFrequency
  • Constructor Details

    • SimpleCreditDefaultSwap

      public SimpleCreditDefaultSwap()
  • Method Details

    • getReferenceEntity

      public LegalEntity getReferenceEntity()
      Gets the value of the referenceEntity property.
      Returns:
      possible object is LegalEntity
    • setReferenceEntity

      public void setReferenceEntity(LegalEntity value)
      Sets the value of the referenceEntity property.
      Parameters:
      value - allowed object is LegalEntity
    • getCreditEntityReference

      public LegalEntityReference getCreditEntityReference()
      Gets the value of the creditEntityReference property.
      Returns:
      possible object is LegalEntityReference
    • setCreditEntityReference

      public void setCreditEntityReference(LegalEntityReference value)
      Sets the value of the creditEntityReference property.
      Parameters:
      value - allowed object is LegalEntityReference
    • getTerm

      public Period getTerm()
      Gets the value of the term property.
      Returns:
      possible object is Period
    • setTerm

      public void setTerm(Period value)
      Sets the value of the term property.
      Parameters:
      value - allowed object is Period
    • getPaymentFrequency

      public Period getPaymentFrequency()
      Gets the value of the paymentFrequency property.
      Returns:
      possible object is Period
    • setPaymentFrequency

      public void setPaymentFrequency(Period value)
      Sets the value of the paymentFrequency property.
      Parameters:
      value - allowed object is Period