Coder Social home page Coder Social logo

portfolio_management_system's Introduction

Portfolio Management System

OOPS Project

Overview

The Portfolio Management System is a C++ application designed to manage and monitor the performance of various financial entities, including assets and liabilities, within a mutual fund. The system allows users to add, view, sort, and search for financial entities, making it easier to track the overall value and composition of a mutual fund.

Features

Asset and Liability Management: Add and manage different financial entities (Assets and Liabilities) within a mutual fund.
Portfolio Display: View the details of all assets and liabilities in the mutual fund.
Total Value Calculation: Calculate and display the total value of the mutual fund.
Sorting: Sort the portfolio based on the current value of the financial entities.
Entity Search: Search for specific financial entities by name within the portfolio.

Code Structure

FinancialEntity (Base Class)

Represents a general financial entity with attributes like name and current value. Contains pure virtual functions for displaying details (showDetails) and getting the current value.

Asset (Derived Class):

Represents an asset in the portfolio. Overrides showDetails to display asset-specific information.

Liability (Derived Class):

Represents a liability in the portfolio. Overrides showDetails to display liability-specific information.

MutualFund (Class):

Manages a collection of financial entities (assets and liabilities). Provides functionalities to add entities, display the portfolio, calculate total value, sort entities by value, and search for entities by name.

portfolio_management_system's People

Contributors

dhruvag710 avatar ayushmaan06 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.