mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 06:02:10 -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:1361](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1361)
|
|
|
|
## Properties
|
|
|
|
### aggregation
|
|
|
|
> **aggregation**: [`UrpdAggregation`](../type-aliases/UrpdAggregation.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1364](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1364)
|
|
|
|
Aggregation strategy applied to the buckets.
|
|
|
|
***
|
|
|
|
### buckets
|
|
|
|
> **buckets**: [`UrpdBucket`](UrpdBucket.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1367](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1367)
|
|
|
|
***
|
|
|
|
### close
|
|
|
|
> **close**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1365](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1365)
|
|
|
|
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:1362](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1362)
|
|
|
|
***
|
|
|
|
### date
|
|
|
|
> **date**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1363](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1363)
|
|
|
|
***
|
|
|
|
### totalSupply
|
|
|
|
> **totalSupply**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1366](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L1366)
|
|
|
|
Sum of `supply` across all buckets, in BTC.
|