Class DefaultProbabilityCurve
java.lang.Object
net.finmath.smartcontract.product.xml.Valuation
net.finmath.smartcontract.product.xml.PricingStructureValuation
net.finmath.smartcontract.product.xml.DefaultProbabilityCurve
A set of default probabilities.
Java class for DefaultProbabilityCurve complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultProbabilityCurve"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructureValuation"> <sequence> <element name="baseYieldCurve" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference"/> <element name="defaultProbabilities" type="{http://www.fpml.org/FpML-5/confirmation}TermCurve" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.PricingStructureValuation
baseDate, buildDateTime, endDate, inputDataDate, spotDate
Fields inherited from class net.finmath.smartcontract.product.xml.Valuation
definitionRef, id, objectReference, valuationScenarioReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseYieldCurve property.Gets the value of the defaultProbabilities property.void
Sets the value of the baseYieldCurve property.void
setDefaultProbabilities
(TermCurve value) Sets the value of the defaultProbabilities property.Methods inherited from class net.finmath.smartcontract.product.xml.PricingStructureValuation
getBaseDate, getBuildDateTime, getEndDate, getInputDataDate, getSpotDate, setBaseDate, setBuildDateTime, setEndDate, setInputDataDate, setSpotDate
Methods inherited from class net.finmath.smartcontract.product.xml.Valuation
getDefinitionRef, getId, getObjectReference, getValuationScenarioReference, setDefinitionRef, setId, setObjectReference, setValuationScenarioReference
-
Field Details
-
baseYieldCurve
-
defaultProbabilities
-
-
Constructor Details
-
DefaultProbabilityCurve
public DefaultProbabilityCurve()
-
-
Method Details
-
getBaseYieldCurve
Gets the value of the baseYieldCurve property.- Returns:
- possible object is
PricingStructureReference
-
setBaseYieldCurve
Sets the value of the baseYieldCurve property.- Parameters:
value
- allowed object isPricingStructureReference
-
getDefaultProbabilities
-
setDefaultProbabilities
-