metaagent updated
This commit is contained in:
+48
-8
@@ -1,8 +1,48 @@
|
||||
{
|
||||
"accounts": [],
|
||||
"transactions": [],
|
||||
"recurring": [],
|
||||
"assets": [],
|
||||
"liabilities": [],
|
||||
"scenarios": []
|
||||
}
|
||||
{
|
||||
"accounts": [
|
||||
{
|
||||
"id": "550e8400-e29b-41d4-a716-446655440001",
|
||||
"name": "Основной счёт",
|
||||
"currency": "RUB",
|
||||
"balance": 20000.0
|
||||
}
|
||||
],
|
||||
"transactions": [],
|
||||
"recurring": [
|
||||
{
|
||||
"id": "550e8400-e29b-41d4-a716-446655440010",
|
||||
"start_date": "2026-07-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": 30000.0,
|
||||
"category": "Зарплата"
|
||||
},
|
||||
{
|
||||
"id": "550e8400-e29b-41d4-a716-446655440020",
|
||||
"start_date": "2026-07-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -500.0,
|
||||
"category": "VDS"
|
||||
},
|
||||
{
|
||||
"id": "550e8400-e29b-41d4-a716-446655440021",
|
||||
"start_date": "2026-07-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -300.0,
|
||||
"category": "Шампунь"
|
||||
},
|
||||
{
|
||||
"id": "550e8400-e29b-41d4-a716-446655440022",
|
||||
"start_date": "2026-07-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -1500.0,
|
||||
"category": "Токены AI"
|
||||
}
|
||||
],
|
||||
"assets": [],
|
||||
"liabilities": [],
|
||||
"scenarios": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user