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 DerivativeCalculationProcedurePricingParameterDerivative.calculationProcedureprotected DerivativeCalculationProcedureSensitivitySetDefinition.calculationProcedureMethods in net.finmath.smartcontract.product.xml that return DerivativeCalculationProcedureModifier and TypeMethodDescriptionObjectFactory.createDerivativeCalculationProcedure()Create an instance ofDerivativeCalculationProcedurePricingParameterDerivative.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 TypeMethodDescriptionvoidPricingParameterDerivative.setCalculationProcedure(DerivativeCalculationProcedure value) Sets the value of the calculationProcedure property.voidSensitivitySetDefinition.setCalculationProcedure(DerivativeCalculationProcedure value) Sets the value of the calculationProcedure property.