# @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.  |
