Class ConvertibleBond
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.Bond
net.finmath.smartcontract.product.xml.ConvertibleBond
Java class for ConvertibleBond complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConvertibleBond">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}Bond">
<sequence>
<element name="underlyingEquity" type="{http://www.fpml.org/FpML-5/confirmation}EquityAsset" minOccurs="0"/>
<element name="redemptionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.Bond
couponRate, couponType, dayCountFraction, faceAmount, issuerName, issuerPartyReference, maturity, parValue, paymentFrequency, seniorityFields 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 redemptionDate property.Gets the value of the underlyingEquity property.voidSets the value of the redemptionDate property.voidsetUnderlyingEquity(EquityAsset value) Sets the value of the underlyingEquity property.Methods inherited from class net.finmath.smartcontract.product.xml.Bond
getCouponRate, getCouponType, getDayCountFraction, getFaceAmount, getIssuerName, getIssuerPartyReference, getMaturity, getParValue, getPaymentFrequency, getSeniority, setCouponRate, setCouponType, setDayCountFraction, setFaceAmount, setIssuerName, setIssuerPartyReference, setMaturity, setParValue, setPaymentFrequency, setSeniorityMethods 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
-
underlyingEquity
-
redemptionDate
-
-
Constructor Details
-
ConvertibleBond
public ConvertibleBond()
-
-
Method Details
-
getUnderlyingEquity
Gets the value of the underlyingEquity property.- Returns:
- possible object is
EquityAsset
-
setUnderlyingEquity
Sets the value of the underlyingEquity property.- Parameters:
value- allowed object isEquityAsset
-
getRedemptionDate
Gets the value of the redemptionDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRedemptionDate
Sets the value of the redemptionDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-