# Management Integrity Themes
news_search_mapping = [
"Past Misconduct of Management",
"Inconsistencies in Statements",
"Whistleblower Allegations",
"Negative Media Coverage on Integrity",
"Accusations of Unethical Behavior",
"Reputation of Management in Media",
"Positive Analyst Ratings of Management",
"Management's Reputation in Industry",
"Introduction of Innovations",
"Successful M&A Activities",
"Company Turnaround Success",
"Pressure from Activist Investors for Better Oversight",
"External Audits or Reviews",
"Changes in Board Composition",
"Resignations Due to Oversight Concerns",
"Conflicts of Interest Involving the Board",
"Criticism of Corporate Governance Practices",
"Reports Highlighting Oversight Issues",
"Management Compensation Linked to Performance",
"Shareholder-Friendly Capital Allocation",
"Transparent Communication with Investors",
]
# Board Governance Themes
board_themes = [
"Board member appointments and new director appointments",
"Board member resignations and director departures",
"Board meetings and governance proceedings",
"Board member retirements and succession plans",
"Death of board members and directors",
"Board diversity and composition changes",
"Board member compensation and salaries",
"Board member firings and removals",
"Board member health issues and medical leaves",
"Board member absences and attendance issues"
]
# Time Ranges for Monitoring
date_periods = [
("2024-12-04", "2025-03-04"),
("2024-09-05", "2024-12-04"),
("2024-05-30", "2024-09-05"),
("2024-02-28", "2024-05-30"),
("2023-12-01", "2024-02-28"),
("2023-09-07", "2023-12-01"),
("2023-06-01", "2023-09-07"),
("2023-03-02", "2023-06-01"),
("2022-12-01", "2023-03-02"),
("2022-09-08", "2022-12-01"),
("2022-06-02", "2022-09-08"),
("2022-03-03", "2022-06-02"),
("2021-12-02", "2022-03-03"),
("2021-09-09", "2021-12-02"),
("2021-06-03", "2021-09-09"),
("2021-03-04", "2021-06-03"),
("2020-12-03", "2021-03-04"),
("2020-09-10", "2020-12-03"),
("2020-06-06", "2020-09-10"),
("2020-03-07", "2020-06-06"),
("2020-01-19", "2020-03-07")
]
# Trusted News Sources Configuration
use_trusted_sources = False # Set True to activate the filter
trusted_sources = {
'Washington Post': 'DC6F95', 'Washington Post Via Web': 'B6ACEE',
'Bloomberg News': '208421', 'The Washington Post Blog': '471CDE',
'BNN Bloomberg': '7490C8', 'CNN': '2435A4',
'BBC': 'A61D00', 'FOX Business': '2D0020',
'Fox News': '6F1A9E', 'Associated Press': 'D904DE',
'Reuters': '751371', 'Business & Financial Times': '9207B2',
'Wall Street Journal': 'AA6E89', 'CNBC': 'AA1167',
'MarketWatch': '1E5E35', 'The Economist': '5B7D72',
'Forbes': '22AC8B', "Investor's Business Daily": '15B968',
'Business Insider': 'C75B8C', 'Al Jazeera (English)': 'CD85BA',
'Deutsche Welle': '967022', 'The Guardian': 'C85B0B',
'APN News': '9E4F25', 'The Jerusalem Post': '6E182B',
'The Times of Israel': 'CA6D21', 'VOA Press Releases and Documents': 'C2B46E',
'The Economic Times (IN)': 'C307F2', 'Challenges': 'C589CE',
'Neue Zürcher Zeitung': '96ED6F', 'Le Temps (Geneva)': '7617F5',
'SWI swissinfo.ch': 'AEF7A0', 'Business Sweden': '8D142A',
'The Local': '400069', 'The Copenhagen Post': '34EA9E'
}
# Person and Company Details
persons_dict = {
'Malcolm Wilson': {
'id': 'W7W0CG',
'variations': [
'Malcolm Wilson', # First Name + Last Name
'M. Wilson', # Initial + Last Name
'Wilson, Malcolm', # Last Name + comma + First Name
'Malcolm W.' # First Name + Initial
]
}
}
company_name = 'GXO Logistics Inc.'
company_data = {'id': 'MSER6L'}