CoolFace
Apppublic

RRusO/smart-liquidity-router

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

πŸ’± 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:

csv
src,dst,rate
USD,EUR,0.91
EUR,GBP,0.86
GBP,JPY,183.2