Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Generate Amortization Schedule | Risk Assessment and Loan Analytics
Python for Bankers
Seção 2. Capítulo 7
single

single

bookChallenge: Generate Amortization Schedule

Deslize para mostrar o menu

Tarefa

Swipe to start coding

Given a loan's principal, annual interest rate, and term in months, create a function that calculates the monthly payment and builds a pandas DataFrame showing the amortization schedule, with each month's payment broken down into principal and interest, and the remaining balance.

  • Calculate the monthly payment using the amortization formula.
  • For each month, determine the interest portion and principal portion of the payment.
  • Update the remaining balance after each payment.
  • Build a pandas DataFrame containing columns for month, payment, principal, interest, and remaining balance.
  • Return the DataFrame.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 7
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

some-alt