Skip to content

ComplianceConfig

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / ComplianceConfig

Defined in: @sip-protocol/types/dist/index.d.ts:2080

Compliance configuration

organizationId: string

Defined in: @sip-protocol/types/dist/index.d.ts:2082

Organization ID


organizationName: string

Defined in: @sip-protocol/types/dist/index.d.ts:2084

Organization name


masterViewingKey: ViewingKey

Defined in: @sip-protocol/types/dist/index.d.ts:2086

Master viewing key for the organization


defaultAuditScope: Partial<AuditScope>

Defined in: @sip-protocol/types/dist/index.d.ts:2088

Default audit scope for new auditors


riskThreshold: number

Defined in: @sip-protocol/types/dist/index.d.ts:2090

Risk threshold for flagging transactions


highValueThreshold: bigint

Defined in: @sip-protocol/types/dist/index.d.ts:2092

High-value transaction threshold (in USD equivalent)


retentionPeriodDays: number

Defined in: @sip-protocol/types/dist/index.d.ts:2094

Retention period for disclosed transactions (days)


autoReporting: object

Defined in: @sip-protocol/types/dist/index.d.ts:2096

Auto-generate reports

enabled: boolean

frequency: "daily" | "weekly" | "monthly"

reportTypes: ReportType[]


createdAt: number

Defined in: @sip-protocol/types/dist/index.d.ts:2102

Created timestamp


updatedAt: number

Defined in: @sip-protocol/types/dist/index.d.ts:2104

Updated timestamp