Files
brk/modules/brk-client/docs/interfaces/UrpdBucket.md
T
2026-07-31 17:44:14 +02:00

1.6 KiB

brk-client


brk-client / UrpdBucket

Interface: UrpdBucket

Defined in: Developer/brk/modules/brk-client/index.js:1385

Properties

priceFloor

priceFloor: number

Defined in: Developer/brk/modules/brk-client/index.js:1386

Lower bound of the bucket, in USD. Equals the exact realized price for Raw.


realizedCap

realizedCap: number

Defined in: Developer/brk/modules/brk-client/index.js:1388

Realized cap contribution in USD: sum of realized_price * supply over the coins in this bucket.


supply

supply: number

Defined in: Developer/brk/modules/brk-client/index.js:1387

Supply held with a last-move price inside this bucket, in BTC.


unrealizedPnl

unrealizedPnl: number

Defined in: Developer/brk/modules/brk-client/index.js:1389

Unrealized P&L in USD against the close on the snapshot date: close * supply - realized_cap. Can be negative.