GithubHelp home page GithubHelp logo

category-svcs's Introduction

This is a microservice application for advisor categories.

Prerequisites

  1. Mongodb server running with below database and collection

database: finman-db
collection: category

  1. this requires PMS_CONFIG environment variable set with the complete filepath having below properties

mongodb.host:
mongodb.port: defaults to 27017
mongodb.username:
mongodb.password:

Sample Document

{
    "_id": "1",
    "type": "fee-only",
    "description": "There are numerous Financial Planners and Advisors around the country. They provide professional financial advice and earn for their living. However, how they get paid is where the difference is. This is important because it directly affects the quality advice you get from the planner. Fee-only financial advisors charge a flat fee on all transactions, regardless of the portfolio reading Rs 50 lakh or Rs 5 crore. Unlike fee-based advisors, we can expect more uniformity from the fee-only financial advisors in servicing clients. This is because the fee remains the same for all customers.",
    "advantages": [
        "INDEPENDENT",
        "LICENCED",
        "UNBIASED",
        "PERSONALIZED"
    ],
    "disadvantages": [
        "HIGH FEES",
        "HIGH MINIMUM INVESTMENTS"
    ],
    "faq": [
        {
            "question": "What is fee-only financial planning?",
            "answer": "There are numerous Financial Planners and Advisors around the country. They provide professional financial advice and earn for their living. However, how they get paid is where the difference is. This is important because it directly affects the quality advice you get from the planner. Fee-only financial advisors charge a flat fee on all transactions, regardless of the portfolio reading Rs 50 lakh or Rs 5 crore. Unlike fee-based advisors, we can expect more uniformity from the fee-only financial advisors in servicing clients. This is because the fee remains the same for all customers."
        },
        {
            "question": "Does it make sense to pay fees for advise ?",
            "answer": "Fee-only financial advisors charge a flat fee on all transactions, regardless of the portfolio reading Rs 50 lakh or Rs 5 crore. Unlike fee-based advisors, we can expect more uniformity from the fee-only financial advisors in servicing clients. This is because the fee remains the same for all customers."
        },
        {
            "question": "Putting the investor's interest above the advisor's interest",
            "answer": "Commissions and fees are one aspect, but the most important responsibility of a financial planner is to act as a fiduciary towards their clients. To always put the client’s interest ahead of their own. Unfortunately, where there are commissions involved, biases always come in. Planners are often driven to promote and recommend products that offer them the best commission or are limited by the products of companies that they have a tie up with. They may end up in a position to put their interests ahead of the clients’."
        },
        {
            "question": "Biased / Unbiased, confict free advice ?",
            "answer": "Proper financial advice can be given only where there is no bias and all available options are evaluated for the client equally. That is where fee-only financial planning comes in. In fee-only financial planning, the client pays a flat, transparent and mutually agreed upon fee for the financial planner's services. The planner helps the client build a solid, unbiased, personalized financial plan and recommends appropriate products for the client’s needs. The financial planner does not sell or distribute any of the products that he recommends to the client and the only single source of income he gets is from the fee that the client pays."
        }
    ]
}

Application has below rest endpoints

GET /api/category
=> this gets all the advisor categories
GET /api/category/{id}
=> this gets the category for given id
POST /api/category
=> this creates a new advisor category
PUT /api/category/{id}
=> this updates the category for given id
DELETE /api/category/{id}
=> this deletes the category for given id

category-svcs's People

Contributors

niravparikh05 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.