Giter VIP home page Giter VIP logo

faslr's People

Contributors

genedan avatar jbogaardt avatar odddkidout avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

faslr's Issues

Design navigation pane

Establish a preliminary navigation pane. This pane should be collapsible and contain a list of projects organized hierarchically by jurisdiction and LOB. Each level of the hierarchy should be collapsible as well.

Display valuation date

Chainladder has a feature to extract the valuation date from the triangle. This should be visible in the GUI.

Support arithmetic aggregations

We will start out by being able to view single triangles, but we should support things like summing up multiple triangles:

Selection_093

Allow for users to add custom reports, maybe via plugins

When I look at a table like this, it seems like there can be a large variety of reports possible. Rather than have every report I can think of as part of the base installation, we should allow users to import their own reports if they made something like the following outside of FASLR:

image

Claim report drill down

Assuming the organization has the data, the user should be able to drill down from triangle view all the way down to the claims that make up the triangle. It would also be nice if the user can look at a claim report for an individual claim, like the one below:

Selection_085

Design database connection box

One of the first things a user will do is connect to a database. Upon pressing the "connect" button, the user will see a dialog box in which they can enter the database parameters. I could use QLineEdit to create the fields for these parameters.

Support Mack 1993 correlation tests across valuation years

Since this is used as a test for the reasonableness of the development technique, it should be accessible to the user shortly after triangle importation.

raa = cl.load_sample("raa")
print(
    "Correlation across valuation years? ",
    raa.valuation_correlation(p_critical=0.1, total=True).z_critical.values,
)

https://chainladder-python.readthedocs.io/en/latest/tutorials/development-tutorial.html#testing-for-violation-of-chain-ladder-s-assumptions

export project

In the navigation pane, one should be able to right click a project, and then click export. The user should have the option to export metadata and results only, or to export data as well, at varying amounts of depth with respect to the data pipeline from origin to reporting.

Main window status bar is not updating when hovering over dialog buttons.

For example, when hovering over this delete button, the main window status is blank, but should read, "Delete the user config file and quit the application."

image

    def user_layout(self):
        layout = QVBoxLayout()
        delete_configuration_button = QPushButton("Delete Configuration")
        delete_configuration_button.setStatusTip("Delete the user config file and quit the application.")
        layout.addWidget(delete_configuration_button)
        layout.setAlignment(Qt.AlignTop)
        # noinspection PyUnresolvedReferences
        delete_configuration_button.clicked.connect(self.delete_configuration)
        self.user_container.setLayout(layout)

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.