FASLR icon indicating copy to clipboard operation
FASLR copied to clipboard

Free Actuarial System for Loss Reserving

Results 65 FASLR issues
Sort by recently updated
recently updated
newest added

The IndexListView is dependent on the existence of an ExpectedLossWidget. We cannot test these two classes independently of each other, but we should. This is because the IndexListView should be...

refactor

To reproduce, add an output column (Accident Year) and then remove it. While the output column box is empty, the column still remains in the preview: ![image](https://github.com/casact/FASLR/assets/6165650/dd48705c-774b-4658-8c42-36d182568273)

bug

I've got the QApplication subclassed as FApplication: ```python from PyQt6.QtWidgets import ( QApplication ) class FApplication(QApplication): def __init__( self, *argv ): super().__init__(*argv) ``` I'm able to run the following test...

bug
testing

The way the FASLR heatmap currently works is that it extracts the html representation returned from the chainladder heatmap, and then searches through the html text to find the colors...

refactor

![Selection_151](https://user-images.githubusercontent.com/6165650/128451001-b17b5ded-4509-4b4d-b153-53690dbb4350.png)

enhancement

We should have some functionality that lets the user view some basic info/configuration via the command line. Something like: ``` falsr --version ``` Should print some information about the version....

enhancement

Various reserving methods may use some kind of exposure measure, for example, the expected loss method often involves claims per unit of exposure: ![Selection_081](https://user-images.githubusercontent.com/6165650/220225815-b5e8e348-e0fe-438c-89e6-b0ee3cc6a6ff.png) The challenge for FASLR is to...

enhancement

The default style is to have all values centered vertically. Horizontally, text is center-aligned and numbers are right-aligned. This is just my personal preference, but others may want something else...

enhancement

I think there are enough pieces to begin thinking about transforming everything into a .deb package and pushing it Launchpad. A tutorial on how to do this: https://trstringer.com/creating-python-pkg-ubuntu/

enhancement

It would be difficult for any software to anticipate all user needs out of the box, so we ought to allow extensions to make things flexible for everyone, which hopefully...

enhancement