|
WebCab Bonds Demo (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Local interface of ValueOfAnnuityCertain. This interface provides the same functionality as the ValueOfAnnuityCertain remote interface.
ValueOfAnnuityCertain| Method Summary | |
double |
accumulatedSeriesOfPayments(double interest,
int noOfIntervals)
Method accumulatedSeriesOfPayments(double, int) as defined in the ValueOfAnnuityCertain remote interface. |
double |
accumulatedSeriesOfPaymentsInAdvance(double interest,
int noOfIntervals)
Method accumulatedSeriesOfPaymentsInAdvance(double, int) as defined in the ValueOfAnnuityCertain remote interface. |
double |
continuousSeriesOfPaymentsAtEndOfInterval(double discountingRate,
double ratio,
double initialPayment)
Method continuousSeriesOfPaymentsAtEndOfInterval(double, double, double) as defined in the ValueOfAnnuityCertain remote interface. |
double |
paymentsOfOnePerInterval(double discountingRate,
int noOfIntervals)
Method paymentsOfOnePerInterval(double, int) as defined in the ValueOfAnnuityCertain remote interface. |
double |
paymentsOfOnePerIntervalInAdvance(double discountingRate,
int noOfIntervals)
Method paymentsOfOnePerIntervalInAdvance(double, int) as defined in the ValueOfAnnuityCertain remote interface. |
| Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
| Method Detail |
public double accumulatedSeriesOfPayments(double interest,
int noOfIntervals)
throws ValueOfAnnuityCertainDemoException
Description copied from the ValueOfAnnuityCertain interface:
Evaluates the accumulated value of a series of payments of one per interval payable in arrears over all intervals.
interest - the fixed interest rate paid by the investment in decimal format (i.e. 1 percent = 0.01)noOfIntervals - the number of intervals or equivalently the number of payments.
ValueOfAnnuityCertainDemoExceptionValueOfAnnuityCertain.accumulatedSeriesOfPayments(double, int)
public double accumulatedSeriesOfPaymentsInAdvance(double interest,
int noOfIntervals)
throws ValueOfAnnuityCertainDemoException
Description copied from the ValueOfAnnuityCertain interface:
Evaluates the accumulated value of a series of payments of one per interval payable in advance for all intervals.
interest - the fixed interest rate paid by the investment in decimal format (i.e. 1 percent = 0.01)noOfIntervals - the number of intervals or equivalently the number of payments.
ValueOfAnnuityCertainDemoExceptionValueOfAnnuityCertain.accumulatedSeriesOfPaymentsInAdvance(double, int)
public double paymentsOfOnePerInterval(double discountingRate,
int noOfIntervals)
throws ValueOfAnnuityCertainDemoException
Description copied from the ValueOfAnnuityCertain interface:
Evaluates the present value of an annuity which consists of a series of payments of one per interval payable in arrears for all intervals.
discountingRate - the fixed rate expressed in decimal format (i.e. 1 percent = 0.01) at which the annuity payments are discounted over each interval. The discounting rate would in practice be equal to the rate of interest which could be obtained on a deposit during a given interval.noOfIntervals - the number of intervals over which the annuity runs
ValueOfAnnuityCertainDemoExceptionValueOfAnnuityCertain.paymentsOfOnePerInterval(double, int)
public double paymentsOfOnePerIntervalInAdvance(double discountingRate,
int noOfIntervals)
throws ValueOfAnnuityCertainDemoException
Description copied from the ValueOfAnnuityCertain interface:
Calculates the present value of an annuity which consists of a series of payments of one per interval payable in advance for all intervals.
discountingRate - the fixed rate expressed in decimal format (i.e. 1 percent = 0.01) at which the annuity payments are discounted over each interval. The discounting rate would in practice be equal to the rate of interest which could be obtained on a deposit during a given interval.noOfIntervals - number of intervals over which the annuity runs
ValueOfAnnuityCertainDemoExceptionValueOfAnnuityCertain.paymentsOfOnePerIntervalInAdvance(double, int)
public double continuousSeriesOfPaymentsAtEndOfInterval(double discountingRate,
double ratio,
double initialPayment)
throws InterestException,
ValueOfAnnuityCertainDemoException
Description copied from the ValueOfAnnuityCertain interface:
Evaluates the present value of a continuous annuity, that is, an infinite series of payments with each payment being made at the end of each interval. After the initial payment is made all subsequent payments are a common ratio times the previous payment.
discountingRate - the fixed rate expressed in decimal format (i.e. 1 percent = 0.01) at which the annuity payments are discounted over each interval. The discounting rate would in practice be equal to the rate of interest which could be obtained on a deposit during a given interval.initialPayment - the initial payment from the annuityratio - the common ratio which determining all future payments from the initial payment. This ratio is expressed as a percentage increase of each term over the preceeding one expressed in decimal format (i.e. 1 percent = 0.01)
InterestException
ValueOfAnnuityCertainDemoExceptionValueOfAnnuityCertain.continuousSeriesOfPaymentsAtEndOfInterval(double, double, double)
|
WebCab Bonds Demo (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||