Class PaymentSchedule


  • public class PaymentSchedule
    extends java.lang.Object
    Created by sreilly - 7/27/14 5:44 PM
    • 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()