{% extends "base.html" %}
{% block title %}{{ manifest.phase.id }} — Target Revenue Control Plane{% endblock %}
{% block content %}
Raw reference: {{ manifest.phase.ledger }}
{% if manifest.phase.ledger.startswith('/phases/') %}
· view live JSON
{% endif %}
| Initial Target | {{ manifest.phase.initial_target.amount }} {{ manifest.phase.initial_target.currency }} |
| Cumulative Development Credit | {{ metrics.facts.cumulative_development_credit }} |
| Cumulative Remission Credit | {{ metrics.facts.cumulative_remission_credit }} |
| Outstanding Target | {{ metrics.facts.outstanding_target }} |
| Target satisfaction | {{ metrics.calculations.target_satisfaction_percentage }}% |
| Converted | {{ metrics.facts.is_converted }} |
| Degeneration policy | {{ manifest.phase.degeneration_policy }} · view spec |
| id | type | amount | recognized_at |
|---|---|---|---|
| {{ entry.id }} | {{ entry.type }} | {{ entry.amount }} | {{ entry.recognized_at }} |