Preparing search index...
The search index is not available
@decafhub/decaf-client-extras - v0.6.0
@decafhub/decaf-client-extras
reports
valuation
BaseValuationReport
Interface BaseValuationReport
Type definition for base valuation report.
interface
BaseValuationReport
{
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
[]
;
}
Hierarchy (
View Summary
)
BaseValuationReport
ConsolidatedValuationReport
PortfolioValuationReport
AccountValuationReport
Index
Properties
accounts
accruals
asof
currency
date
date
Type
figures
fx
Rates
holdings
Properties
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
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
accruals
asof
currency
date
date
Type
figures
fx
Rates
holdings
@decafhub/decaf-client-extras - v0.6.0
Loading...
Type definition for base valuation report.