Uses of Class
org.apache.poi.hssf.record.formula.functions.FinanceFunction

Packages that use FinanceFunction
org.apache.poi.hssf.record.formula.functions   
 

Uses of FinanceFunction in org.apache.poi.hssf.record.formula.functions
 

Subclasses of FinanceFunction in org.apache.poi.hssf.record.formula.functions
 class Fv
           
 class Nper
           
 class Pmt
          Implementation for the PMT() Excel function.

Syntax:
PMT(rate, nper, pv, fv, type)

Returns the constant repayment amount required for a loan assuming a constant interest rate.

rate the loan interest rate.
nper the number of loan repayments.
pv the present value of the future payments (or principle).
fv the future value (default zero) surplus cash at the end of the loan lifetime.
type whether payments are due at the beginning(1) or end(0 - default) of each payment period.

 class Pv
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.