{"id":19963250,"url":"https://github.com/bilbottom/loan-calcs--old","last_synced_at":"2025-03-01T16:44:16.534Z","repository":{"id":74611576,"uuid":"551642430","full_name":"Bilbottom/loan-calcs--old","owner":"Bilbottom","description":"Classes for creating loans and their key properties.","archived":false,"fork":false,"pushed_at":"2023-05-14T15:59:19.000Z","size":368,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T08:17:28.019Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bilbottom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-14T19:59:10.000Z","updated_at":"2024-06-23T19:03:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"238b7d84-03b4-4818-85d4-1d5b001f4e6d","html_url":"https://github.com/Bilbottom/loan-calcs--old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Floan-calcs--old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Floan-calcs--old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Floan-calcs--old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Floan-calcs--old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bilbottom","download_url":"https://codeload.github.com/Bilbottom/loan-calcs--old/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241396754,"owners_count":19956405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python"],"created_at":"2024-11-13T02:15:24.709Z","updated_at":"2025-03-01T16:44:16.508Z","avatar_url":"https://github.com/Bilbottom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"loan-calcs\n---\n\nClasses for creating loans and their key properties.\n\n\n## Notation\nA _loan_ is a fixed value of money borrowed by an entity and usually repaid over a series of instalments.\n\nThe following notation is used throughout this project for loans:\n\n- `L`: Loan amount\n- `R`: Periodic interest rate\n- `N`: Total number of repayments\n- `P_n`: Total periodic repayment value at period `n`\n- `P_{P, n}`: The principal part of the periodic repayment value at period `n`\n- `P_{I, n}`: The interest part of the periodic repayment value at period `n`\n- `b`: Whether the interest is applied before or after the repayment\n- `B_n`: The balance on the loan at period `n`\n\nThe repayment for a loan, `P_n`, is split into 2 components:\n- The _principal_ part, `P_{P, n}`, which is paying off the original money that was borrowed.\n- The _interest_ part, `P_{I, n}`, which is paying off the interest applied on the loan.\n\nIn 'real life', a loan can have other components such as fees. These are outside the scope of this project.\n\n\n## Calculations\n\nMany of the properties are calculated analytically. The calculations are described in the [`tex/proofs.pdf`](tex/proofs.pdf) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilbottom%2Floan-calcs--old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilbottom%2Floan-calcs--old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilbottom%2Floan-calcs--old/lists"}