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
Modifier and Type Method Description voidcalculateFromLoanAccount()doublegetEscrowPmtRate()longgetInterestRemaining()doublegetIntPmtRate()doublegetLoanPmtRate()longgetMonthlyPayment()intgetNumPmtsRemaining()longgetNxtInterest()longgetNxtPrincipal()voidrefresh()
-
Constructor Details
-
Method Details
-
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()
-