Process Investments

Overview

The API route works by taking a user’s transactions then process the transaction description. Next, the processed text is passed through a model to extract transactions related to investments.
The extracted transactions are analysed to produce the following information:

  • confidence: how confident the model is for the prediction
  • investments: extracted insights from extracted investment transactions
  • first_deposit_date: date of first deposit
  • last_deposit_date: date of last deposit
  • first_returns_date: date of first roi payment
  • last_returns_date: date of last roi payment
  • total_returns_received: total amount of roi
  • total_deposits: total amount of investment deposits
  • no_returns_received: total number of roi payments
  • no_deposits: total number of payments
  • deposits: list of deposit transactions
  • returns: list of roi transactions
Language
Authentication
Bearer
URL
Click Try It! to start a request and see the response here!