Skip to content
Glossary

What is Subpolicy?

Product

A subpolicy is a decision policy invoked from another one, like a reusable block. It lets you split logic into pieces with a life of their own (identity validation, affordability calculation, fraud rules) and call them from several policies without duplicating them.

Why it matters

When the same logic repeats across origination, limit increases and refinancing, keeping it in three places guarantees they will drift apart eventually. A subpolicy is edited once and every policy calling it uses the current version.

It also improves governance: each block can be versioned and audited on its own, and the team maintaining it does not need to touch the full policy.

  • A single source of truth for shared logic.
  • Shorter, more readable flows in the editor.
  • Versioning and audit per block, not just per policy.
FAQ

Common questions

What happens if a subpolicy fails?+

The behavior is defined at design time: the calling policy can stop execution or continue with an alternative outcome. Setting it explicitly prevents an error in a secondary block from taking down the whole decision.

Want to see it in your operation?

Transform your credit assessment process with the decision engine.