Class Valuation
java.lang.Object
net.finmath.smartcontract.product.xml.Valuation
- Direct Known Subclasses:
AssetValuation,BasicAssetValuation,PricingStructureValuation
A valuation of an valuable object - an asset or a pricing input. This is an
abstract type, used as a base for values of pricing structures such as yield curves as well as asset
values.
Java class for Valuation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Valuation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="objectReference" type="{http://www.fpml.org/FpML-5/confirmation}AnyAssetReference" minOccurs="0"/>
<element name="valuationScenarioReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenarioReference" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="definitionRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected Stringprotected AnyAssetReferenceprotected ValuationScenarioReference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the definitionRef property.getId()Gets the value of the id property.Gets the value of the objectReference property.Gets the value of the valuationScenarioReference property.voidsetDefinitionRef(Object value) Sets the value of the definitionRef property.voidSets the value of the id property.voidSets the value of the objectReference property.voidSets the value of the valuationScenarioReference property.
-
Field Details
-
objectReference
-
valuationScenarioReference
-
id
-
definitionRef
-
-
Constructor Details
-
Valuation
public Valuation()
-
-
Method Details
-
getObjectReference
Gets the value of the objectReference property.- Returns:
- possible object is
AnyAssetReference
-
setObjectReference
Sets the value of the objectReference property.- Parameters:
value- allowed object isAnyAssetReference
-
getValuationScenarioReference
Gets the value of the valuationScenarioReference property.- Returns:
- possible object is
ValuationScenarioReference
-
setValuationScenarioReference
Sets the value of the valuationScenarioReference property.- Parameters:
value- allowed object isValuationScenarioReference
-
getId
-
setId
-
getDefinitionRef
-
setDefinitionRef
-