API Reference
Class
DomainPortfolioChange
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
- Property DomainPortfolioChangeSet.Changes
Constructors
public DomainPortfolioChange() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.