Git Product home page Git Product logo

toy-payment-engine's Introduction

toy payment engine

Some assumptions that were used when building that

  • Account ids are unique
  • Transaction ids are unique per account
  • Dispute only works on deposits since we need to hold funds in dispute
  • Chargeback cannot occur if it leaves account balance negative

Main logic is implemented in account.rs, it describes Account struct that can be modified using actions defined as an algebra. Operations like deposit/withdrawal etc. are encoded in Transaction enum after being from raw csv and validated.

Financial computations are handled by rust_decimal crate that provides operations on decimals without round-off errors unlike typical floating precision types. While rust_decimal is not arbitrary-precision it should cover the case of 4 digits precision and even might be a bit overkill for that if we want to save space.

To run

cargo run -- <path/to/input/file.csv>

To run tests

cargo test

Built & tested with 1.61.0-x86_64-unknown-linux-gnu

toy-payment-engine's People

Contributors

wg-romank 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.