basic api is there
All checks were successful
Backend CI / unit-test (push) Successful in 35s

This commit is contained in:
2025-09-24 21:02:21 +02:00
parent 80fc405bf6
commit e66aab99ea
3 changed files with 70 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ class CycleBase(SQLModel):
funding_source: str | None = None
capital_exposure_cents: int | None = None
loan_amount_cents: int | None = None
loan_interest_rate_bps: int | None = None
loan_interest_rate_tenth_bps: int | None = None
trades: list[TradeRead] | None = None
exchange: ExchangesRead | None = None