Riksdagsmonitor Intelligence Platform - v0.7.19
Home
GitHub
ISMS
Preparing search index...
scripts/data-transformers/types
CIAContext
Interface CIAContext
CIA intelligence context for enriching analysis
interface
CIAContext
{
partyPerformance
:
{
id
:
string
;
partyName
:
string
;
metrics
:
{
seats
:
number
;
successRate
:
number
;
motionsSubmitted
:
number
;
motionsPassed
:
number
;
cohesionScore
?:
number
;
}
;
trends
:
{
supportTrend
:
string
;
activityTrend
:
string
}
;
}
[]
;
coalitionStability
:
{
stabilityScore
:
number
;
riskLevel
:
string
;
defectionProbability
:
number
;
majorityMargin
:
number
;
}
;
votingPatterns
:
{
keyIssues
:
{
topic
:
string
;
coalitionAlignment
:
number
;
oppositionAlignment
:
number
;
crossPartyVotes
:
number
;
}
[]
;
}
;
overallMotionDenialRate
:
number
;
}
Index
Properties
party
Performance
coalition
Stability
voting
Patterns
overall
Motion
Denial
Rate
Properties
party
Performance
partyPerformance
:
{
id
:
string
;
partyName
:
string
;
metrics
:
{
seats
:
number
;
successRate
:
number
;
motionsSubmitted
:
number
;
motionsPassed
:
number
;
cohesionScore
?:
number
;
}
;
trends
:
{
supportTrend
:
string
;
activityTrend
:
string
}
;
}
[]
coalition
Stability
coalitionStability
:
{
stabilityScore
:
number
;
riskLevel
:
string
;
defectionProbability
:
number
;
majorityMargin
:
number
;
}
voting
Patterns
votingPatterns
:
{
keyIssues
:
{
topic
:
string
;
coalitionAlignment
:
number
;
oppositionAlignment
:
number
;
crossPartyVotes
:
number
;
}
[]
;
}
overall
Motion
Denial
Rate
overallMotionDenialRate
:
number
Percentage of motions denied (typically 99%+)
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
party
Performance
coalition
Stability
voting
Patterns
overall
Motion
Denial
Rate
Architecture
Security
Threat Model
Data Model
SWOT
Business Model
Home
GitHub
ISMS
Riksdagsmonitor Intelligence Platform - v0.7.19
Loading...
CIA intelligence context for enriching analysis