Preparing search index...
The search index is not available
@decafhub/decaf-client-extras - v0.6.0
@decafhub/decaf-client-extras
reports
valuation
AccountValuationReport
Interface AccountValuationReport
Type definition for base valuation report.
interface
AccountValuationReport
{
account
:
ValuationReportAccount
;
accounts
:
ValuationReportAccounts
;
accruals
:
ValuationReportAccrual
[]
;
asof
:
string
;
currency
:
commons
.
currency
.
CurrencyCode
;
date
:
string
;
dateType
:
commons
.
datetype
.
DateType
;
figures
:
{
accrued
:
Decimal
;
aum
:
Decimal
;
gav
:
Decimal
;
investment
:
Decimal
;
liabilities
:
Decimal
;
nav
:
Decimal
;
pnl
:
Decimal
;
pnlToInvestment
?:
Maybe
<
Decimal
>
;
valuation
:
{
abs
:
Decimal
;
net
:
Decimal
}
;
}
;
fxRates
:
ValuationReportFxRate
[]
;
holdings
:
ValuationReportHolding
[]
;
shareClassValues
:
AccountValuationReportShareClassValue
[]
;
subscriptions
:
Decimal
;
}
Hierarchy (
View Summary
)
BaseValuationReport
AccountValuationReport
Index
Properties
account
accounts
accruals
asof
currency
date
date
Type
figures
fx
Rates
holdings
share
Class
Values
subscriptions
Properties
account
account
:
ValuationReportAccount
accounts
accounts
:
ValuationReportAccounts
accruals
accruals
:
ValuationReportAccrual
[]
asof
asof
:
string
currency
currency
:
commons
.
currency
.
CurrencyCode
date
date
:
string
date
Type
dateType
:
commons
.
datetype
.
DateType
figures
figures
:
{
accrued
:
Decimal
;
aum
:
Decimal
;
gav
:
Decimal
;
investment
:
Decimal
;
liabilities
:
Decimal
;
nav
:
Decimal
;
pnl
:
Decimal
;
pnlToInvestment
?:
Maybe
<
Decimal
>
;
valuation
:
{
abs
:
Decimal
;
net
:
Decimal
}
;
}
fx
Rates
fxRates
:
ValuationReportFxRate
[]
holdings
holdings
:
ValuationReportHolding
[]
share
Class
Values
shareClassValues
:
AccountValuationReportShareClassValue
[]
subscriptions
subscriptions
:
Decimal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
accounts
accruals
asof
currency
date
date
Type
figures
fx
Rates
holdings
share
Class
Values
subscriptions
@decafhub/decaf-client-extras - v0.6.0
Loading...
Type definition for base valuation report.