Simple, Clear, and Maintainable Solutions for Insurers

What We Do

Actuarial Development Contracting Services

Our main business offering is Actuarial Development Services on a day rate contract basis.

We may be available for R&D projects or general coding on a freelance basis – contact us for more info.

Technology and Platforms

Our main platforms are Risk Agility Financial Modeller (RAFM) and Excel (including advanced VBA and Power Query).

We also have experience with lower level languages and a wide range of other Actuarial Development software.

Open Source Coding

See our GitHub page for various open source code projects written by our team.  

Research Interests

We are currently learning more about Artificial Intelligence in Tranding and Quantitative Finance. 

Latest Posts

Yahoo market data with yfinance in Python

Yahoo Market Data with yfinance in Python

I came across a useful technique recently to get Yahoo Market Data in Python … which still works!! In the past I have tried a number of methods and techniques[…]

Read more
Variables in VBA (Dim)

Declaring and Using Variables in VBA

Variables can be a little tricky to get your head around at first.  They are an important concept and a good understanding of them leads to bug-free, easy to read[…]

Read more
Option Explicit

Option Explicit

One of the easiest ways to improve your VBA code is to include Option Explicit as the first line of each module within a VBA Project. Using Option Explicit forces[…]

Read more