Positions & Queries
Get Position Statement
Download a PDF statement of one loan with its verified transaction trail
GET
Returns a PDF statement of a single loan, assembled at request time for the issuer, the lender of record and a supervisory authority. It carries the loan’s figures and terms, every recorded movement, and each realization of its collateral. Its audit trail checks every transaction against the chain.
The file name is
Loan-Statement_<collateral symbol>_<loan reference>_<date>.pdf. The loan reference is the on-chain loan ID, or the position ID when the position has no linked chain loan. The date is the generation date in UTC.
Path Parameters
string
required
Market ID.
string
required
Position ID, from List Positions. A position of another market returns
POSITION_NOT_FOUND.What the statement contains
- Statement. A document reference, the generation time, the instance name, the network with its chain ID, and whether it is a production or a development environment.
- Market. The collateral token’s name, symbol, ISIN and address, the lending module’s address, and the settlement token (stablecoin).
- Loan. The on-chain loan ID, the position ID, the borrower, the status, and the dates the loan opened, closed and was realized. Where the loan has a term, it adds the maturity, any extension, the grace period and the term penalty. It also says whether those were stamped at signing or read from the market’s configuration. Then outstanding principal, accrued interest, total debt, collateral held, the attested price at drawdown, and the health factor while the loan is open.
- Terms recorded on the market. Collateral factor, liquidation threshold, liquidation bonus and borrow rate as the instance records them, plus the collateral agent and the liquidation operator.
- Movements. Totals drawn, repaid, pledged, released and escrowed. After a liquidation it adds the debt the seizure discharged, the proceeds received and what was retained. It also shows any draw on the insurance reserve, any shortfall the liquidity pool bore, and any surplus returned or escrowed for the borrower.
- Realizations of the collateral. One entry per liquidation record, read from the market contract where it answers, with its seizure and settlement transactions.
- Transaction audit trail and verification statement. Every recorded transaction in execution order, with block, time, gas, sender and recipient, plus an explorer link where the network has one.
