Domain Detective

API Reference

Class

DomainPortfolioChange

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Deterministic change row between two portfolio snapshots.

Inheritance

  • Object
  • DomainPortfolioChange

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String Key { get; set; } #

Stable change key. Format: section:{sectionKey}:status for section-level changes, or fact:{sectionKey}:{factKey} for fact-level changes.

public DomainPortfolioChangeKind Kind { get; set; } #

Type of change.

public String SectionKey { get; set; } #

Section key where the change occurred.

public String FactKey { get; set; } #

Fact key when the change is fact-scoped.

public String PreviousValue { get; set; } #

Previous normalized value, if any.

public String CurrentValue { get; set; } #

Current normalized value, if any.

{{ include "footer" }}