WebCab Bonds
v2.01
(J2SE Edition)

webcab.lib.finance.pricing.contexts
Interface ArithmeticAverageContext

All Known Implementing Classes:
GenericArithmeticAverageContext

public interface ArithmeticAverageContext

This interface is implemented by all contexts supporting the ARITHMETIC_AVERAGE category. The only model providing this type of context is:

See Also:
Context

Method Summary
 double getArithmeticAverage()
          Returns the arithmetic average.
 

Method Detail

getArithmeticAverage

public double getArithmeticAverage()
                            throws BondsException
Returns the arithmetic average.

Returns:
double
Throws:
BondsException

WebCab Bonds
v2.01
(J2SE Edition)