testing new features
This commit is contained in:
+95
-6
@@ -1,8 +1,97 @@
|
||||
{
|
||||
"accounts": [],
|
||||
"transactions": [],
|
||||
"recurring": [],
|
||||
"assets": [],
|
||||
"liabilities": [],
|
||||
"scenarios": []
|
||||
"base_currency": "RUB",
|
||||
"accounts": [
|
||||
{
|
||||
"id": "cfff5fa0-d42d-46d8-81ec-f460234e4123",
|
||||
"name": "Основной счёт",
|
||||
"currency": "RUB",
|
||||
"balance": 2000
|
||||
}
|
||||
],
|
||||
"transactions": [
|
||||
],
|
||||
"recurring": [
|
||||
{
|
||||
"id": "479a9960-d7ec-476b-9621-888ceaa1b671",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": 30000,
|
||||
"category": "Зарплата"
|
||||
},
|
||||
{
|
||||
"id": "eb565346-679b-4560-89d1-7b0c80bbcb5a",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -10000,
|
||||
"category": "Аренда"
|
||||
},
|
||||
{
|
||||
"id": "30c168a3-cbe0-4d8e-a842-d430d98a80b6",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -3000,
|
||||
"category": "Коммуналка"
|
||||
},
|
||||
{
|
||||
"id": "f37ef9d3-76a8-4eb3-9a12-e20817d87079",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -8000,
|
||||
"category": "Продукты"
|
||||
},
|
||||
{
|
||||
"id": "f8ef073e-a8ca-4637-bd63-e4faeb1b282f",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -2000,
|
||||
"category": "Транспорт"
|
||||
},
|
||||
{
|
||||
"id": "ae8f6ad5-2c66-40d9-b102-64076e9be978",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -500,
|
||||
"category": "Телефон"
|
||||
},
|
||||
{
|
||||
"id": "fb1197de-727e-49db-9fb8-c5b2554b0504",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -500,
|
||||
"category": "Подписки"
|
||||
},
|
||||
{
|
||||
"id": "d8e3392a-4015-4920-b27c-e72f99e6bbb7",
|
||||
"start_date": "2026-01-01",
|
||||
"end_date": "",
|
||||
"frequency": "monthly",
|
||||
"amount": -3000,
|
||||
"category": "Досуг"
|
||||
}
|
||||
],
|
||||
"assets": [
|
||||
{
|
||||
"id": "bd5080c0-45a9-40b1-9dc4-c1ec41157bd7",
|
||||
"name": "Вклад в банке",
|
||||
"value": 35000,
|
||||
"growth_rate": 12
|
||||
}
|
||||
],
|
||||
"liabilities": [
|
||||
],
|
||||
"scenarios": [],
|
||||
"exchange_rates": [
|
||||
{
|
||||
"from_currency": "USD",
|
||||
"to_currency": "RUB",
|
||||
"rate": 80
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user