aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/main
Commit message (Expand)AuthorAgeFilesLines
* model: relocate market DTOs out of the flat api packageKostya2026-08-235-17/+16
* Add MapStruct LedgerMapper and wire annotation processing into build.shKostya2026-08-201-0/+11
* Move CommissionTiming and MechanismType into model.event packageKostya2026-08-2010-15/+17
* Break down purchase receipts by cost/commission, harden XML validation and st...Kostya2026-08-185-27/+142
* Wire event ledger movements, show winning market by name, seed LMSR subsidyKostya2026-08-189-16/+54
* Add XML schema validation, split build scripts by module, rename BuyMenuComma...Kostya2026-08-1817-34/+371
* Replace order matching with risk/matching/fulfillment/settlement pipelineKostya2026-08-1773-2151/+1995
* Split DTOs into api/model, extract order matching into service/matchingKostya2026-08-1618-138/+118
* Rename Option/Account to Market/Ledger, add Result-based error handlingKostya2026-08-1618-133/+295
* Implement LMSR and order-book trading logic, wire MarketContext facade and ne...Kostya2026-08-1519-95/+270
* Switch TradingMechanism quantities to int, add yes/no and select promptsKostya2026-08-143-6/+6
* Collapse console I/O interfaces into InputProcessor, drop unneeded atomicsKostya2026-08-143-8/+5
* Implement in-memory repositories, XML load validation, and menu exit/list com...Kostya2026-08-1413-53/+201
* Move mapper/provider infra into v1 packages, add repository write methodsKostya2026-08-148-17/+82
* Wire buyShares and menu commands, replace factory interfaces with DIKostya2026-08-148-5/+116
* Add ledgered credit/debit to Account and trade recording to EventKostya2026-08-146-26/+67
* Implement LMSR mechanism and Event/Account accessors, wire EventMapperV1Kostya2026-08-144-2/+176
* Wire EventRepository into LocalGuessMarketContext, add mapper/provider infra ...Kostya2026-08-146-3/+36
* Add legacy XML model bindings, mapper infra, and normalize account balanceKostya2026-08-1328-4/+2277
* Add domain model, repositories, and trading mechanism interfaces to service m...Kostya2026-08-1311-0/+197
* Add service module with stubbed LocalGuessMarketContextKostya2026-08-131-0/+62