Class PricingStructureValuation

java.lang.Object
net.finmath.smartcontract.product.xml.Valuation
net.finmath.smartcontract.product.xml.PricingStructureValuation
Direct Known Subclasses:
CreditCurveValuation, DefaultProbabilityCurve, FxCurveValuation, VolatilityMatrix, YieldCurveValuation

public class PricingStructureValuation extends Valuation
An abstract pricing structure valuation base type. Used as a base for values of pricing structures such as yield curves and volatility matrices. Derived from the "Valuation" type.

Java class for PricingStructureValuation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PricingStructureValuation">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Valuation">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PricingInputDates.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>