Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.02 KB

PortfolioMeasurement.md

File metadata and controls

20 lines (15 loc) · 1.02 KB

PortfolioMeasurement

Portfolio measurement is simply a snapshot of the portfolio of a user on a timestamp.

Properties

Name Type Description Notes
a int
cumulative_deposits int
cumulative_number_settlements int Count of settlements member has had from account creation to timestamp (inclusive)
cumulative_withdrawals int
ts int Timestamp of the read in UNIX timestamp. (https://www.unixtimestamp.com/)
v int
balance_change int [optional]
reason str Reason for the portfolio value change, if applicable [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]