var_limits

Retrieve VaR limits, utilization, and breach status for a business hierarchy node.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill var-limits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: var_limits
Source: https://github.com/SpecForgeAI/deepagent-bot/tree/main/skills/var_limits
Command: npx skills add https://github.com/SpecForgeAI/deepagent-bot --skill var-limits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve VaR limits, utilization, and breach status for a given business hierarchy node. Requires a numeric node_id — if the user provides text instead, use node_resolver first.

Core Features & Use Cases

  • Strict input contract: accepts only numeric node_id; if text is provided, call node_resolver first.
  • Risk monitoring and reporting: fetches current VaR metrics for dashboards, alerts, and governance reviews.
  • Flexible as-of date: supports COB resolution using yesterday, today, or an ISO date.

Quick Start

Provide a numeric node_id and an optional COB date to retrieve VaR metrics.

Frequently Asked Questions about var_limits

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve VaR limits and breach status for a business hierarchy node?

To retrieve VaR limits, utilization, and breach status, provide a numeric business hierarchy node ID and an optional as-of COB date to fetch current risk monitoring metrics.

What is VaR utilization and how does breach monitoring work for risk governance?

VaR utilization measures the percentage of the limit consumed, while breach monitoring flags when a business hierarchy node exceeds its assigned VaR limit, enabling governance reporting and risk alerts.

How do I fetch VaR limits using a text node name instead of a numeric ID?

VaR limits retrieval requires a numeric node ID; if you have a text name, you must first resolve it to a numeric identifier using a node resolver before fetching utilization and breach data.

Can I check historical VaR limits and utilization for a past ISO date?

Yes, you can retrieve historical VaR limits and utilization by specifying an optional as-of date, accepting yesterday, today, or a standard ISO date format for COB resolution.

Why does my VaR limits query fail when I pass a text node name directly?

VaR limits retrieval enforces a strict input contract requiring a numeric node ID; text inputs must be resolved beforehand, otherwise the query fails to return limits, utilization, and breach information.

Does VaR limit monitoring support current COB resolution for risk dashboards?

Yes, VaR limit monitoring supports flexible COB resolution for risk dashboards by accepting yesterday, today, or an explicit ISO date to fetch current limits, utilization, and breach status.