Preparing search index...
The search index is not available
@decafhub/decaf-client-extras - v0.6.0
@decafhub/decaf-client-extras
reports
valuation
PortfolioValuationReport
Interface PortfolioValuationReport
Type definition for base valuation report.
interface
PortfolioValuationReport
{
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
[]
;
portfolio
:
ValuationReportPortfolio
;
shareClassValues
:
PortfolioValuationReportShareClassValue
[]
;
subscriptions
:
Decimal
;
}
Hierarchy (
View Summary
)
BaseValuationReport
PortfolioValuationReport
Index
Properties
accounts
accruals
asof
currency
date
date
Type
figures
fx
Rates
holdings
portfolio
share
Class
Values
subscriptions
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
[]
portfolio
portfolio
:
ValuationReportPortfolio
share
Class
Values
shareClassValues
:
PortfolioValuationReportShareClassValue
[]
subscriptions
subscriptions
:
Decimal
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
portfolio
share
Class
Values
subscriptions
@decafhub/decaf-client-extras - v0.6.0
Loading...
Type definition for base valuation report.