Add new module: Disclosure.fs (FCA CONC, EU SECCI, US TILA)#68
Draft
Copilot wants to merge 3 commits into
Draft
Conversation
…ure functions Agent-Logs-Url: https://github.com/simontreanor/FSharp.Finance.Personal/sessions/cd324de4-1336-49ef-99f6-4e0055a3b184 Co-authored-by: simontreanor <4550815+simontreanor@users.noreply.github.com>
… ignore in test Agent-Logs-Url: https://github.com/simontreanor/FSharp.Finance.Personal/sessions/cd324de4-1336-49ef-99f6-4e0055a3b184 Co-authored-by: simontreanor <4550815+simontreanor@users.noreply.github.com>
Author
Done — commit
APR for each regime is computed using the existing
|
Copilot
AI
changed the title
[WIP] Add new module: Disclosure.fs for regulatory metrics
Add new module: Disclosure.fs (FCA CONC, EU SECCI, US TILA)
Apr 29, 2026
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.
Adds a new
Disclosure.fsmodule that computes the key regulatory metrics required for consumer credit documentation across UK, EU and US regimes.Changes Made
src/Disclosure.fs(new)Three public disclosure functions, each accepting
Amortisation.Scheduleas their primary input so all figures remain consistent with the amortisation model:ukConc aprPrecision scheduleeuSecci aprPrecision scheduleeuSecciRepaymentSchedule scheduleEuSecciRepaymentEntry array— date and amount per paymentusTila aprPrecision scheduleAPR for each regime is computed using the existing
Apr.calculateinfrastructure with the appropriate method (UnitedKingdom,EuropeanUnion,UsActuarial). TCC is derived directly from the schedule'sInterestPortion + FeePortion + ChargesPortionper-item totals.tests/DisclosureTests.fs(new)22 unit tests across
UkConcTests,EuSecciTests, andUsTilaTestscovering:BasicSchedule.Stats.InterestTotalfor fee-free loansInitialAprfromBasicScheduleTesting