Code Monkey home page Code Monkey logo

sebastienrousseau / bankstatementparser Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 140 KB

A comprehensive toolkit for finance and treasury specialists, featuring robust parsers for bank statements in CAMT (ISO 20022) format, enabling seamless processing and analysis of financial transactions.๐Ÿ

Home Page: http://bankstatementparser.com/

License: MIT License

Makefile 1.69% Python 98.31%
banking camt finance iso20022 pain001 reporting sepa transactions treasury

bankstatementparser's Introduction

Logo of Bank Statement Parser

Bank Statement Parser: Automate Your Bank Statement Processing

Bank Statement Parser banner

The Bank Statement Parser is a Python library built for Finance and Treasury Professionals

PyPI PyPI Downloads License Codecov

Overview

The Bank Statement Parser is an essential Python library for financial data management. Developed for the busy finance and treasury professional, it simplifies the task of parsing bank statements.

This tool simplifies the process of analysing CAMT and SEPA transaction files. Its streamlined design removes cumbersome manual data review and provides you with a concise, accurate report to facilitate further analysis.

Bank Statement Parser helps you save time by quickly and accurately processing data, allowing you to focus on your financial insights and decisions. Its reliable precision is powered by Python, making it the smarter, more efficient way to manage bank statements.

Key Features

  • Versatile Parsing: Easily handle formats like CAMT (ISO 20022) and beyond.
  • Financial Insights: Unlock detailed analysis with powerful calculation utilities.
  • Simple CLI: Automate and integrate with a straightforward command-line interface.

Why Choose the Bank Statement Parser

  • Designed for Finance: Tailored features for the finance sector's needs.
  • Efficiency at Heart: Transform complex data tasks into simple ones.
  • Community First: Built and enhanced by experts, for experts.

Functionality

  • CamtParser: Parse CAMT format files with ease.
  • Pain001Parser: Handle SEPA PAIN.001 files effortlessly.

Installation

Create a Virtual Environment

We recommend creating a virtual environment to install the Bank Statement Parser. This will ensure that the package is installed in an isolated environment and will not affect other projects.

python3 -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

Getting Started

Install bankstatementparser with just one command:

pip install bankstatementparser

Usage

CAMT Files

from bankstatementparser import CamtParser

# Initialize the parser with the CAMT file path
camt_parser = CamtParser('path/to/camt/file.xml')

# Parse the file and get the results
results = camt_parser.parse()

PAIN.001 Files

from bankstatementparser import Pain001Parser

# Initialize the parser with the PAIN.001 file path
pain_parser = Pain001Parser('path/to/pain/file.xml')

# Parse the file and get the results
results = pain_parser.parse()

Command Line Interface (CLI) Guide

Leverage the CLI for quick parsing tasks:

Basic Command

python cli.py --type <file_type> --input <input_file> [--output <output_file>]
  • --type: Type of the bank statement file. Currently supported types are "camt" and "pain001".
  • --input: Path to the bank statement file.
  • --output: (Optional) Path to save the parsed data. If not provided, data is printed to the console.

Examples for CAMT Files

  1. Parse a CAMT file and print the results to the console:

    python cli.py --type camt --input path/to/camt/camt_file.xml

    Using the test data:

    python ./bankstatementparser/cli.py --type camt --input ./tests/test_data/camt.053.001.02.xml
  2. Parse a CAMT file and save the results to a CSV file:

    python cli.py --type camt --input path/to/camt/file.xml --output path/to/output/file.csv

    Using the test data:

    python ./bankstatementparser/cli.py --type camt --input ./tests/test_data/camt.053.001.02.xml --output ./tests/test_data/camt_file.csv

Examples for PAIN.001 Files

  1. Parse a PAIN.001.001.03 file and print the results to the console:
python cli.py --type pain001 --input path/to/pain.001.001.03.xml

Using the test data:

python ./bankstatementparser/cli.py --type pain001 --input ./tests/test_data/pain.001.001.03.xml
  1. Parse a PAIN.001.001.03 file and save the results to a CSV file:
python cli.py --type pain001 --input path/to/pain.001.001.03.xml --output path/to/output/file.csv

Using the test data:

python ./bankstatementparser/cli.py --type pain001 --input ./tests/test_data/pain.001.001.03.xml --output ./tests/test_data/pain_file.csv

License

The project is licensed under the terms of both the MIT license and the Apache License (Version 2.0).

Contribution

We welcome contributions to bankstatementparser. Please see the contributing instructions for more information.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Acknowledgements

We would like to extend a big thank you to all the awesome contributors of bankstatementparser for their help and support.

This repo was inspired by khorevkp/KK_Tools's innovative use of data structures and algorithms, and was forked to build upon its foundation. Thank you to Konstantin Khorev

bankstatementparser's People

Contributors

dependabot[bot] avatar sebastienrousseau avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.