Class ZeroRateCurve
java.lang.Object
net.finmath.smartcontract.product.xml.ZeroRateCurve
A curve used to model a set of zero-coupon interest rates.
Java class for ZeroRateCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZeroRateCurve">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="compoundingFrequency" type="{http://www.fpml.org/FpML-5/confirmation}CompoundingFrequency"/>
<element name="rateCurve" type="{http://www.fpml.org/FpML-5/confirmation}TermCurve"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compoundingFrequency property.Gets the value of the rateCurve property.voidSets the value of the compoundingFrequency property.voidsetRateCurve(TermCurve value)Sets the value of the rateCurve property.
-
Field Details
-
compoundingFrequency
-
rateCurve
-
-
Constructor Details
-
ZeroRateCurve
public ZeroRateCurve()
-
-
Method Details
-
getCompoundingFrequency
Gets the value of the compoundingFrequency property.- Returns:
- possible object is
CompoundingFrequency
-
setCompoundingFrequency
Sets the value of the compoundingFrequency property.- Parameters:
value- allowed object isCompoundingFrequency
-
getRateCurve
Gets the value of the rateCurve property.- Returns:
- possible object is
TermCurve
-
setRateCurve
Sets the value of the rateCurve property.- Parameters:
value- allowed object isTermCurve
-