Class SimpleCreditDefaultSwap
java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
net.finmath.smartcontract.product.xml.UnderlyingAsset
net.finmath.smartcontract.product.xml.SimpleCreditDefaultSwap
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 Summary
FieldsModifier and TypeFieldDescriptionprotected LegalEntityReferenceprotected Periodprotected LegalEntityprotected PeriodFields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeIdFields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creditEntityReference property.Gets the value of the paymentFrequency property.Gets the value of the referenceEntity property.getTerm()Gets the value of the term property.voidSets the value of the creditEntityReference property.voidsetPaymentFrequency(Period value) Sets the value of the paymentFrequency property.voidsetReferenceEntity(LegalEntity value) Sets the value of the referenceEntity property.voidSets the value of the term property.Methods inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
getClearanceSystem, getCurrency, getDefinition, getExchangeId, setClearanceSystem, setCurrency, setDefinition, setExchangeIdMethods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
referenceEntity
-
creditEntityReference
-
term
-
paymentFrequency
-
-
Constructor Details
-
SimpleCreditDefaultSwap
public SimpleCreditDefaultSwap()
-
-
Method Details
-
getReferenceEntity
Gets the value of the referenceEntity property.- Returns:
- possible object is
LegalEntity
-
setReferenceEntity
Sets the value of the referenceEntity property.- Parameters:
value- allowed object isLegalEntity
-
getCreditEntityReference
Gets the value of the creditEntityReference property.- Returns:
- possible object is
LegalEntityReference
-
setCreditEntityReference
Sets the value of the creditEntityReference property.- Parameters:
value- allowed object isLegalEntityReference
-
getTerm
-
setTerm
-
getPaymentFrequency
-
setPaymentFrequency
-