Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::mifid2::ReportIntegrity Struct Reference

Report integrity binding — associates a compliance report with its tamper-evidence chain. More...

#include <compliance_types.hpp>

Public Attributes

std::string report_id
 Report identifier.
 
int64_t chain_seq = 0
 Audit chain sequence number.
 
std::string chain_hash
 SHA-256 hash of the chain entry.
 
std::string content_hash
 SHA-256 hash of the report content.
 

Detailed Description

Report integrity binding — associates a compliance report with its tamper-evidence chain.

Definition at line 1213 of file compliance_types.hpp.

Member Data Documentation

◆ chain_hash

std::string signet::forge::mifid2::ReportIntegrity::chain_hash

SHA-256 hash of the chain entry.

Definition at line 1216 of file compliance_types.hpp.

◆ chain_seq

int64_t signet::forge::mifid2::ReportIntegrity::chain_seq = 0

Audit chain sequence number.

Definition at line 1215 of file compliance_types.hpp.

◆ content_hash

std::string signet::forge::mifid2::ReportIntegrity::content_hash

SHA-256 hash of the report content.

Definition at line 1217 of file compliance_types.hpp.

◆ report_id

std::string signet::forge::mifid2::ReportIntegrity::report_id

Report identifier.

Definition at line 1214 of file compliance_types.hpp.


The documentation for this struct was generated from the following file: