mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
64 lines
1.9 KiB
Markdown
64 lines
1.9 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / Urpd
|
|
|
|
# Interface: Urpd
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1279](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1279)
|
|
|
|
## Properties
|
|
|
|
### aggregation
|
|
|
|
> **aggregation**: [`UrpdAggregation`](../type-aliases/UrpdAggregation.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1282](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1282)
|
|
|
|
Aggregation strategy applied to the buckets.
|
|
|
|
***
|
|
|
|
### buckets
|
|
|
|
> **buckets**: [`UrpdBucket`](UrpdBucket.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1285](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1285)
|
|
|
|
***
|
|
|
|
### close
|
|
|
|
> **close**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1283](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1283)
|
|
|
|
Close price on `date`, in USD. Anchor for `unrealized_pnl`.
|
|
|
|
***
|
|
|
|
### cohort
|
|
|
|
> **cohort**: [`Cohort`](../type-aliases/Cohort.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1280](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1280)
|
|
|
|
***
|
|
|
|
### date
|
|
|
|
> **date**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1281](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1281)
|
|
|
|
***
|
|
|
|
### totalSupply
|
|
|
|
> **totalSupply**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1284](https://github.com/bitcoinresearchkit/brk/blob/25b226856307047c5c10a075ec57219ca9987c38/modules/brk-client/index.js#L1284)
|
|
|
|
Sum of `supply` across all buckets, in BTC.
|