test: fixture test

This commit is contained in:
Rasyidan Akbar F. 2026-03-26 18:33:08 +07:00
commit fece94c9fc
7 changed files with 196 additions and 0 deletions

40
tests/fixtures/msn_financials_bbca.json vendored Normal file
View file

@ -0,0 +1,40 @@
[
{
"underlyingInstrument": {
"instrumentId": "bn91jc",
"displayName": "Bank Central Asia Tbk PT",
"shortName": "BBCA",
"symbol": "BBCA.JK"
},
"balanceSheets": {
"currency": "IDR",
"reportDate": "2025-12-31",
"endDate": "2025-12-31",
"currentAssets": {
"cashAndShortTermInvestments": 500000000
},
"equity": {
"totalEquity": 900000000
}
},
"cashFlow": {
"currency": "IDR",
"reportDate": "2025-12-31",
"endDate": "2025-12-31",
"operating": {
"operatingCashFlow": 600000000
}
},
"incomeStatement": {
"currency": "IDR",
"reportDate": "2025-12-31",
"endDate": "2025-12-31",
"revenue": {
"totalRevenue": 1000000000
},
"income": {
"netIncome": 400000000
}
}
}
]