Class: Formulas::StudentLoanRepayment::PercentRepaymentPerThreshold

Inherits:
RepaymentBase
  • Object
show all
Defined in:
lib/formulas/student_loan_repayment/percent_repayment_per_threshold.rb

Constant Summary collapse

DEFAULT_THRESHOLD =
[
    [[0, 46_620], 0],
    [[46_620, 53_826], 1],
    [[53_826, 57_055], 2],
    [[57_056, 60_479], 2.5],
    [[60_480, 64_108], 3],
    [[64_109, 67_954], 3.5],
    [[67_955, 72_031], 4],
    [[72_032, 76_354], 4.5],
    [[76_355, 80_935], 5],
    [[80_936, 85_792], 5.5],
    [[85_793, 90_939], 6],
    [[90_940, 96_396], 6.5],
    [[96_397, 102_179], 7],
    [[102_180, 108_309], 7.5],
    [[108_310, 114_707], 8],
    [[114_708, 121_698], 8.5],
    [[121_699, 128_999], 9],
    [[129_000, 136_739], 9.5],
    [[136_740], 10],
]

Method Summary

Methods inherited from RepaymentBase

#initialize

Constructor Details

This class inherits a constructor from Formulas::StudentLoanRepayment::RepaymentBase