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 CalculationAgentMandatoryEarlyTermination.calculationAgentprotected CalculationAgentOptionalEarlyTermination.calculationAgentprotected CalculationAgentSwaption.calculationAgentprotected CalculationAgentTrade.calculationAgentprotected CalculationAgentFallbackReferencePrice.calculationAgentDeterminationMethods in net.finmath.smartcontract.product.xml that return CalculationAgentModifier and TypeMethodDescriptionObjectFactory.createCalculationAgent()Create an instance ofCalculationAgentMandatoryEarlyTermination.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 TypeMethodDescriptionvoidMandatoryEarlyTermination.setCalculationAgent(CalculationAgent value) Sets the value of the calculationAgent property.voidOptionalEarlyTermination.setCalculationAgent(CalculationAgent value) Sets the value of the calculationAgent property.voidSwaption.setCalculationAgent(CalculationAgent value) Sets the value of the calculationAgent property.voidTrade.setCalculationAgent(CalculationAgent value) Sets the value of the calculationAgent property.voidFallbackReferencePrice.setCalculationAgentDetermination(CalculationAgent value) Sets the value of the calculationAgentDetermination property.