Uses of Class
net.finmath.smartcontract.product.xml.CalculationAgent
Packages that use CalculationAgent
-
Uses of CalculationAgent in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CalculationAgentModifier and TypeFieldDescriptionprotected CalculationAgent
MandatoryEarlyTermination.calculationAgent
protected CalculationAgent
OptionalEarlyTermination.calculationAgent
protected CalculationAgent
Swaption.calculationAgent
protected CalculationAgent
Trade.calculationAgent
protected CalculationAgent
FallbackReferencePrice.calculationAgentDetermination
Methods in net.finmath.smartcontract.product.xml that return CalculationAgentModifier and TypeMethodDescriptionObjectFactory.createCalculationAgent()
Create an instance ofCalculationAgent
MandatoryEarlyTermination.getCalculationAgent()
Gets the value of the calculationAgent property.OptionalEarlyTermination.getCalculationAgent()
Gets the value of the calculationAgent property.Swaption.getCalculationAgent()
Gets the value of the calculationAgent property.Trade.getCalculationAgent()
Gets the value of the calculationAgent property.FallbackReferencePrice.getCalculationAgentDetermination()
Gets the value of the calculationAgentDetermination property.Methods in net.finmath.smartcontract.product.xml with parameters of type CalculationAgentModifier and TypeMethodDescriptionvoid
MandatoryEarlyTermination.setCalculationAgent(CalculationAgent value)
Sets the value of the calculationAgent property.void
OptionalEarlyTermination.setCalculationAgent(CalculationAgent value)
Sets the value of the calculationAgent property.void
Swaption.setCalculationAgent(CalculationAgent value)
Sets the value of the calculationAgent property.void
Trade.setCalculationAgent(CalculationAgent value)
Sets the value of the calculationAgent property.void
FallbackReferencePrice.setCalculationAgentDetermination(CalculationAgent value)
Sets the value of the calculationAgentDetermination property.