mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -07:00
1.5 KiB
1.5 KiB
brk-client / UrpdBucket
Interface: UrpdBucket
Defined in: Developer/brk/modules/brk-client/index.js:1213
Properties
priceFloor
priceFloor:
number
Defined in: Developer/brk/modules/brk-client/index.js:1214
Inclusive lower bound of the bucket, in USD.
realizedCap
realizedCap:
number
Defined in: Developer/brk/modules/brk-client/index.js:1216
Realized cap contribution in USD: price_floor * supply.
supply
supply:
number
Defined in: Developer/brk/modules/brk-client/index.js:1215
Supply held with a last-move price inside this bucket, in BTC.
unrealizedPnl
unrealizedPnl:
number
Defined in: Developer/brk/modules/brk-client/index.js:1217
Unrealized P&L in USD against the close on the snapshot date: (close - price_floor) * supply. Can be negative.