Class CreditCurve

java.lang.Object
net.finmath.smartcontract.product.xml.PricingStructure
net.finmath.smartcontract.product.xml.CreditCurve

public class CreditCurve extends PricingStructure
A generic credit curve definition.

Java class for CreditCurve complex type.

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

 <complexType name="CreditCurve">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructure">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CreditCurveCharacteristics.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CreditCurve

      public CreditCurve()
  • 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
    • getCreditEvents

      public CreditEvents getCreditEvents()
      Gets the value of the creditEvents property.
      Returns:
      possible object is CreditEvents
    • setCreditEvents

      public void setCreditEvents(CreditEvents value)
      Sets the value of the creditEvents property.
      Parameters:
      value - allowed object is CreditEvents
    • getSeniority

      public CreditSeniority getSeniority()
      Gets the value of the seniority property.
      Returns:
      possible object is CreditSeniority
    • setSeniority

      public void setSeniority(CreditSeniority value)
      Sets the value of the seniority property.
      Parameters:
      value - allowed object is CreditSeniority
    • isSecured

      public Boolean isSecured()
      Gets the value of the secured property.
      Returns:
      possible object is Boolean
    • setSecured

      public void setSecured(Boolean value)
      Sets the value of the secured property.
      Parameters:
      value - allowed object is Boolean
    • getObligationCurrency

      public Currency getObligationCurrency()
      Gets the value of the obligationCurrency property.
      Returns:
      possible object is Currency
    • setObligationCurrency

      public void setObligationCurrency(Currency value)
      Sets the value of the obligationCurrency property.
      Parameters:
      value - allowed object is Currency
    • getObligations

      public Obligations getObligations()
      Gets the value of the obligations property.
      Returns:
      possible object is Obligations
    • setObligations

      public void setObligations(Obligations value)
      Sets the value of the obligations property.
      Parameters:
      value - allowed object is Obligations
    • getDeliverableObligations

      public DeliverableObligations getDeliverableObligations()
      Gets the value of the deliverableObligations property.
      Returns:
      possible object is DeliverableObligations
    • setDeliverableObligations

      public void setDeliverableObligations(DeliverableObligations value)
      Sets the value of the deliverableObligations property.
      Parameters:
      value - allowed object is DeliverableObligations