Uses of Class
net.finmath.smartcontract.product.xml.DerivativeCalculationProcedure
Packages that use DerivativeCalculationProcedure
-
Uses of DerivativeCalculationProcedure in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DerivativeCalculationProcedureModifier and TypeFieldDescriptionprotected DerivativeCalculationProcedure
PricingParameterDerivative.calculationProcedure
protected DerivativeCalculationProcedure
SensitivitySetDefinition.calculationProcedure
Methods in net.finmath.smartcontract.product.xml that return DerivativeCalculationProcedureModifier and TypeMethodDescriptionObjectFactory.createDerivativeCalculationProcedure()
Create an instance ofDerivativeCalculationProcedure
PricingParameterDerivative.getCalculationProcedure()
Gets the value of the calculationProcedure property.SensitivitySetDefinition.getCalculationProcedure()
Gets the value of the calculationProcedure property.Methods in net.finmath.smartcontract.product.xml with parameters of type DerivativeCalculationProcedureModifier and TypeMethodDescriptionvoid
PricingParameterDerivative.setCalculationProcedure(DerivativeCalculationProcedure value)
Sets the value of the calculationProcedure property.void
SensitivitySetDefinition.setCalculationProcedure(DerivativeCalculationProcedure value)
Sets the value of the calculationProcedure property.