Class PaymentSchedule
- java.lang.Object
-
- com.infinitekind.moneydance.model.PaymentSchedule
-
public class PaymentSchedule extends java.lang.Object
Created by sreilly - 7/27/14 5:44 PM
-
-
Constructor Summary
Constructors Constructor Description PaymentSchedule(Account account)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calculateFromLoanAccount()
double
getEscrowPmtRate()
long
getInterestRemaining()
double
getIntPmtRate()
double
getLoanPmtRate()
long
getMonthlyPayment()
int
getNumPmtsRemaining()
long
getNxtInterest()
long
getNxtPrincipal()
void
refresh()
-
-
-
Constructor Detail
-
PaymentSchedule
public PaymentSchedule(Account account)
-
-
Method Detail
-
refresh
public void refresh()
-
calculateFromLoanAccount
public void calculateFromLoanAccount()
-
getMonthlyPayment
public long getMonthlyPayment()
-
getNumPmtsRemaining
public int getNumPmtsRemaining()
-
getInterestRemaining
public long getInterestRemaining()
-
getNxtPrincipal
public long getNxtPrincipal()
-
getNxtInterest
public long getNxtInterest()
-
getLoanPmtRate
public double getLoanPmtRate()
-
getIntPmtRate
public double getIntPmtRate()
-
getEscrowPmtRate
public double getEscrowPmtRate()
-
-