UNPKG
@infosel-sdk/funds
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
SDK de Fondos para la plataforma de servicios financieros Infosel
@infosel-sdk/funds
/
src
/
data
/
models
/
funds_portfolio_model.d.ts
8 lines
(7 loc)
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
FundsPortfolioModel
= {
readonly
underlyingId
?:
null
|
number
;
readonly
underlyingAssetClass
?:
null
|
string
;
readonly
underlyingHoldingPercentage
?:
null
|
number
;
readonly
underlyingHoldingAmount
?:
null
|
number
;
readonly
rebalanceDate
?:
null
|
string
; };