@nexim/financial-calculate
Version:
Provides a set of utils to handle common financial operations.
11 lines (8 loc) • 992 B
Markdown
# @nexim/financial-calculate
## Functions
| Function | Description |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [calculateDiscountAmount](functions/calculateDiscountAmount.md) | Calculate the discount amount from the original price. |
| [calculateDiscountedPrice](functions/calculateDiscountedPrice.md) | Calculate the price after applying a discount. |
| [calculatePercentageDiscount](functions/calculatePercentageDiscount.md) | Calculates the discount percentage between the market price and the sale price. |
| [calculatePercentageProfit](functions/calculatePercentageProfit.md) | Calculates the profit percentage between the selling price and the cost price. |