We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331dfc1 commit b71b3e2Copy full SHA for b71b3e2
docs/source/modeling.rst
@@ -847,9 +847,14 @@ Fee/Expenses
847
syntax
848
``({fee name} , {fee description} )``, fees fall into types below :
849
850
+ Required fields in ``{fee description}``:
851
+
852
+ * ``"type"`` -> fee type, see :ref:`Fee Type`
853
+ * ``"feeStart"`` -> the date fee start to become effective
854
855
856
Optional fields in ``{fee description}``:
857
- * ``"feeStart"`` -> the date fee start to become effective
858
* ``"feeDueDate"`` -> the date when due amount was calculated
859
* ``"feeDue"`` -> total oustanding due amount
860
* ``"feeLastPaidDate"`` -> the date when last paid
0 commit comments