FinancePy

FinancePy API Reference

Frequency

financepy.utils.frequency

Classes

FrequencyTypes

FrequencyTypes(*values)
Inherits from: Enum
Enumeration of frequency types.

Functions

annual_frequency

annual_frequency(freq_type: financepy.utils.frequency.FrequencyTypes) -> float
Return the number of payment periods per year for a given FrequencyType. CONTINUOUS returns -1. ZERO returns 1 (to avoid division by zero).
Generated automatically from the FinancePy source code. Do not edit this file manually.