CALCULATION ENGINES BEYOND EXCEL: PART 6
Sixth chapter of a series on building a calculation engine in Python. This chapter focuses on adding a simple database for rate storage and retrieval.
CALCULATION ENGINES BEYOND EXCEL: PART 5
Fifth chapter of a series on building a calculation engine in Python. This chapter focuses on implementing an object-oriented solution.
CALCULATION ENGINES BEYOND EXCEL: PART 4
Fourth chapter of a series on building a calculation engine in Python. This chapter focuses on reading from rate files and adding a simple command-line interface.
CALCULATION ENGINES BEYOND EXCEL: PART 3
Third chapter of a series on building a calculation engine in Python. This chapter focuses on adding repeatable unit tests to the project.
CALCULATION ENGINES BEYOND EXCEL: PART 2
Second chapter of a series on building a calculation engine in Python. This chapter focuses on expanding a rudimentary one month universal life illustration to a full projection from issue.
CALCULATION ENGINES BEYOND EXCEL: PART 1
First material chapter of a series on building a calculation engine in Python. This chapter focuses on building a rudimentary account value projection for a single policy month of a universal life policy.
CALCULATION ENGINES BEYOND EXCEL: PART 0
Introductory chapter of a series on building a calculation engine in Python. This chapter focuses on installation and environment setup.