package core // Organization represents a company or group of interest. type Organization struct { LegalName string `json:"legal_name"` Country string `json:"country"` Sector string `json:"sector"` Founded string `json:"founded"` RiskScore float64 `json:"risk_score"` }