Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 11

Decision models provide a common notation that is easily understandable by all business users. The business analysts who need to design initial decision requirements, the technical developers who are responsible for automating the decisions in processes and business people who will monitor and manage these decisions are all targets of this mechanism. Emakin decision model is based on DMN standards which is published by Object Management Group.

...

Business knowledge models are mathematical formulations used to apply referenced documents. BKM functions are written in FEEL syntax and an example of PMT (calculates the payment for a loan) function can be defined as a BKM function.

(amount * rate / 12) / (1 – (1 + rate / 12) ** -term)

...