This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
ghostfolio
mirror of
https://github.com/ghostfolio/ghostfolio
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
2507
Commits
1
Branch
555
Tags
77 MiB
Tree:
f268264c46
ghostfolio
/
libs
/
common
/
src
/
lib
/
interfaces
/
sector.interface.ts
5 lines
62 B
Raw
Normal View
History
Feature/improve investments by sector (#172) * Improve investments analysis by sector * Update changelog
4 years ago
export
interface
Sector
{
name
:
string
;
weight
:
number
;
}