Class Valuation

java.lang.Object
net.finmath.smartcontract.product.xml.Valuation
Direct Known Subclasses:
AssetValuation, BasicAssetValuation, PricingStructureValuation

public class Valuation extends Object
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 Details

  • Constructor Details

    • Valuation

      public Valuation()
  • Method Details

    • getObjectReference

      public AnyAssetReference getObjectReference()
      Gets the value of the objectReference property.
      Returns:
      possible object is AnyAssetReference
    • setObjectReference

      public void setObjectReference(AnyAssetReference value)
      Sets the value of the objectReference property.
      Parameters:
      value - allowed object is AnyAssetReference
    • getValuationScenarioReference

      public ValuationScenarioReference getValuationScenarioReference()
      Gets the value of the valuationScenarioReference property.
      Returns:
      possible object is ValuationScenarioReference
    • setValuationScenarioReference

      public void setValuationScenarioReference(ValuationScenarioReference value)
      Sets the value of the valuationScenarioReference property.
      Parameters:
      value - allowed object is ValuationScenarioReference
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getDefinitionRef

      public Object getDefinitionRef()
      Gets the value of the definitionRef property.
      Returns:
      possible object is Object
    • setDefinitionRef

      public void setDefinitionRef(Object value)
      Sets the value of the definitionRef property.
      Parameters:
      value - allowed object is Object