RRusO/smart-liquidity-router
0
π± Smart Liquidity Router
An AI-powered system for modeling optimal currency transfer routes through multiple currency pairs. The goal is to find the route that maximizes company profit while maintaining zero commission for the client.
π 1. Introduction
Modality: Text (financial data and calculations) Use Case: The user provides a source currency, a target currency, and an amount. The system calculates the optimal conversion path through intermediate currencies. System Goal:
- Input: source currency, target currency, amount
- Output: optimal route with conversion steps, the amount the client will receive, and the companyβs profit
π 2. Dataset
Source: CSV file with interbank exchange rates (data/executable_rates.csv). Description:
- Rows represent currency pairs, values are exchange rates
- Data simulated based on real rates from XE.com Size: ~300 currency pairs (1000+ in the extended version)
Example structure:
src,dst,rate
USD,EUR,0.91
EUR,GBP,0.86
GBP,JPY,183.2
