Combo Loan (Piggyback Loan) - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: Combo Loan (Piggyback Loan) (/thread-10453.html) |
Combo Loan (Piggyback Loan) - Eddie W. Shore - 04-06-2018 01:27 PM Link to blog article: https://edspi31415.blogspot.com/2018/04/hp-12c-and-hp-prime-combo-loans.html The program COMBOLOAN calculates the payments for both separate loans and combined loans. This particular loan covers of three types: 80:20, 80:15:5, and 80:10:10. Code:
Output: {down payment, total payment, large payment, small payment} Examples: Loan Amount: $200,000.00 80% Loan: Term: 30 years, Rate: 4.5% Small Loan: Term: 15 years, Rate 5% Example 1: Type 80:20 Result: {0, -1,127.01, -810.70, -316.32} Example 2: Type 80:15:5 Result: {-10,000.00, -1047.93, -810.70, -237.24} Example 3: Type 80:10:10 Result: {-20,000.00, -968.86, -810.70, -158.16} Sources Calculated Industries Real Estate Master IIIX: Resident Real Estate Finance Calculator Pocket Reference Guide Calculated Industries, LLC.: Carson City, NV 2010 Mortgage-Info.com “Piggy Back Mortgage Calculator” Mortgage Info.com 2011 http://www.mortgage-info.com/mortgage-calculators/piggybackmortgagecalculator.aspx Accessed April 4, 2018. |