Advanced Search
Search Results
11 total results found
readme.md for @fin.cx/mt940parser
A parser to process and extract statements from MT940 format files. Install To install the @fin.cx/mt940parser package, you can use npm or yarn. Here is the command to install via npm: npm install @fin.cx/mt940parser Alternatively, if you are using yarn: yarn...
readme.md for @fin.cx/portablefinance
an interface package for the financeplus organization Install To install the @fin.cx/portablefinance package, you can use npm or yarn. Make sure you have Node.js installed on your machine. Using npm: npm install @fin.cx/portablefinance Using yarn: yarn add @f...
readme.md for @fin.cx/csvparser
# @fin.cx/csvparser a csvparser for fin2021 ## Install To install the `@fin.cx/csvparser` module, you can use npm. Simply run the following command: ```bash npm install @fin.cx/csvparser Usage The @fin.cx/csvparser module provides tools to parse CSV files ...
readme.md for @fin.cx/calculation
Professional financial calculations with decimal precision for JavaScript and TypeScript 🎯 Why @fin.cx/calculation? JavaScript's floating-point arithmetic can lead to precision errors in financial calculations: // JavaScript floating point problem 0.1 + 0...
readme.md for @push.rocks/smartmoney
handle monetary values Install To start using @push.rocks/smartmoney, you'll first need to install it using npm. Run the following command in your terminal: npm install @push.rocks/smartmoney --save This will add @push.rocks/smartmoney to your project's depen...
readme.md for @tsclass/tsclass
A comprehensive, domain-driven TypeScript type library that gives your projects consistent, battle-tested interfaces for business logic, finance, networking, content management, and more — all in one place. 🚀 Issue Reporting and Security For reporting bugs, is...
changelog.md for @fin.cx/mt940parser
2024-07-06 - 1.1.0 - feat(core) Added new afterburner logic for specific bank reference Ensured proper accountId formatting for statements with referenceNumber 'BUNQ BV' Added support for parsing MT940 files from buffers and strings Enhanced testing suite wit...
changelog.md for @fin.cx/portablefinance
2024-07-05 - 1.0.28 - fix(documentation) Updated documentation in readme.md Fixed and elaborated on the installation steps for npm and yarn. Added usage examples and interfaces overview sections. Included sections on advanced usage scenarios like handling mul...
changelog.md for @fin.cx/csvparser
2024-07-05 - 1.1.0 - feat(core) Add support for CI workflows and update gitignore Added .gitea/workflows/default_nottags.yaml for non-tag workflows. Added .gitea/workflows/default_tags.yaml for tag workflows. Updated .gitignore to include standard and custom ...
changelog.md for @fin.cx/calculation
[1.0.0] - 2025-07-29 Added Initial release of @fin.cx/calculation Calculator class with high-precision decimal arithmetic Financial class with time value of money calculations (PV, FV, NPV, IRR, XIRR) Interest class with simple, compound, and continuous inter...
changelog.md for @tsclass/tsclass
2026-03-14 - 9.4.0 - feat(storage) add generic storage descriptor type and re-export it from descriptors introduces IStorageDescriptor with optional storage type support for s3 and smartstorage keeps IS3Descriptor as a deprecated alias for backward compatibil...