Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Amortization schedule for Actual/365 calculator is incorrect #32

Open
albertjo opened this issue Apr 2, 2024 · 0 comments
Open

Amortization schedule for Actual/365 calculator is incorrect #32

albertjo opened this issue Apr 2, 2024 · 0 comments
Assignees

Comments

@albertjo
Copy link
Collaborator

albertjo commented Apr 2, 2024

For the following loan configuration:

{
  term: 6,
  start_date: 01/01/2024,
  interest_rate: 10%,
  principal: $1000,
  first_payment_date: 02/01/2024
}

The amortization schedule should be:

[
  {
    principal: 163.06,
    interest: 8.49
  },
  {
    principal: 164.90,
    interest: 6.65
  },
  {
    principal: 165.84,
    interest: 5.71
  },
  {
    principal: 167.39,
    interest: 4.16
  },
  {
    principal: 168.67,
    interest: 2.88
  },
  {
    principal: 170.14,
    interest: 1.41
  }
]
@albertjo albertjo self-assigned this Apr 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant