Skip to content

PortfolioTracker - C# models to track investment portfolios

Notifications You must be signed in to change notification settings

ttutisani/PortfolioTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Build status

PortfolioTracker

C# models to track investment portfolios

Classes

Instrument (entity, aggregate root) represents a financial instrument by its symbol, name, and current price.

Lot (entity, aggregate root) represents a lot - record of financial trade involving Instrument.

Holding (entity) represents a portfolio subset, targeting a single instrument, by aggregating lots buying that instrument.

Portfolio (entity, aggregate root) represents a single portfolio, aggregating holdings that the portfolio consists of.

PortfolioGroup (entity, aggregate root) represents a set of portfolios, for expressing a bigger picture.

About

PortfolioTracker - C# models to track investment portfolios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published