FinancePy Derivatives
FinancePy Derivatives: FinancePy Derivatives: specialized toolkit for 3+ finance workflows covered in the triggers section.
Overview
Constraints
Evidence Quality
Medium confidence — review before critical use
89 non-negotiable constraints
WHENWhen implementing date validation logic
ACTIONValidate date arguments in Date(day, month, year) order
CONSEQUENCEDate arguments in wrong order (e.g., Date(1900, 1, 1) interpreted as year=1, month=1900) cause silent corruption of date calculations
WHENWhen implementing year boundary checks
ACTIONReject years before 1900 in Date class
CONSEQUENCEDates before 1900 map incorrectly to Excel serial numbers causing financial calculations to produce wrong values
WHENWhen implementing interpolation time validation
ACTIONReject negative interpolation times with FinError
CONSEQUENCENegative time values produce undefined discount factors and corrupt financial calculations downstream
FAQ
Discussion (0)
No comments yet. Be the first to share!
Changelog
v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.