[WIP] Add new module: RevolvingCredit.fs for credit management#62
Draft
Copilot wants to merge 3 commits into
Draft
[WIP] Add new module: RevolvingCredit.fs for credit management#62Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
Agent-Logs-Url: https://github.com/simontreanor/FSharp.Finance.Personal/sessions/e4c33a62-83de-49d4-9fcc-0201bca35673 Co-authored-by: simontreanor <4550815+simontreanor@users.noreply.github.com>
Agent-Logs-Url: https://github.com/simontreanor/FSharp.Finance.Personal/sessions/69e377c8-d40f-4dbf-8b4d-7e70df3e69e9 Co-authored-by: simontreanor <4550815+simontreanor@users.noreply.github.com>
Author
Completed in commit fb8c189. The two issues were:
All 23 new tests now pass; 219 pre-existing failures are unchanged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
src/RevolvingCredit.fswith core types (TransactionType,Transaction,MinimumPayment,CreditAccount,StatementItem,Statement) and functions (calculateBalance,calculateUtilisation,generateStatement)RevolvingCredit.fsinsrc/FSharp.Finance.Personal.fsprojtests/RevolvingCreditTests.fscovering: balance calculation, utilisation, interest-free full repayment, interest on partial repayment, cash advance interest, minimum payment rules, and revolving balance dynamicsRevolvingCreditTests.fsintests/FSharp.Finance.Personal.Tests.fsproj