Class BondOptionStrike
java.lang.Object
net.finmath.smartcontract.product.xml.BondOptionStrike
A complex type to specify the strike of a bond or convertible bond
option.
Java class for BondOptionStrike complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BondOptionStrike">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="referenceSwapCurve" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceSwapCurve"/>
<element name="price" type="{http://www.fpml.org/FpML-5/confirmation}OptionStrike"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPrice()Gets the value of the price property.Gets the value of the referenceSwapCurve property.voidsetPrice(OptionStrike value)Sets the value of the price property.voidSets the value of the referenceSwapCurve property.
-
Field Details
-
referenceSwapCurve
-
price
-
-
Constructor Details
-
BondOptionStrike
public BondOptionStrike()
-
-
Method Details
-
getReferenceSwapCurve
Gets the value of the referenceSwapCurve property.- Returns:
- possible object is
ReferenceSwapCurve
-
setReferenceSwapCurve
Sets the value of the referenceSwapCurve property.- Parameters:
value- allowed object isReferenceSwapCurve
-
getPrice
Gets the value of the price property.- Returns:
- possible object is
OptionStrike
-
setPrice
Sets the value of the price property.- Parameters:
value- allowed object isOptionStrike
-