Licenses & attribution
GetScheduleFA is built on open-source software. It began as a fork of an MIT-licensed project and uses MIT-licensed data tooling. Per those licenses, the original notices are preserved in full below.
Attribution
itr-fa was forked from itr-schedule-fa-from-ibkr (https://github.com/manojvivek/itr-schedule-fa-from-ibkr) by Manoj Vivek, licensed under the MIT License. The original project's engine (src/lib/types.ts, fa-engine.ts, rates-store.ts, xlsx-export.ts, util.ts), Next.js web shell, and IBKR statement parser were copied as the starting point for this project and have been extended to support multiple brokers (Schwab first), multi-account disclosure, and full source-reference traceability.
The bundled SBI TT-Buy rate tables (public/data/ttbr/*.json) are generated from the sahilgupta/sbi-fx-ratekeeper (https://github.com/sahilgupta/sbi-fx-ratekeeper) dataset by Sahil Gupta, licensed under the MIT License. That project parses SBI's daily public FOREX_CARD_RATES PDFs into per-currency CSVs; the underlying rates are published by the State Bank of India.
MIT License
MIT License Copyright (c) 2026 Manoj Vivek (original itr-schedule-fa-from-ibkr, see NOTICE) Copyright (c) 2026 GetScheduleFA contributors (this project's modifications) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.