# Management Integrity Themes
management_themes = [
"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 = {
'The Economist': '5B7D72','Washington Post': 'DC6F95',
'Bloomberg News': '208421', 'The Washington Post Blog': '471CDE',
'BNN Bloomberg': '7490C8', 'CNN': '2435A4',
'BBC': 'A61D00', 'FOX Business': '2D0020',
'Reuters': '751371', 'Financial Times': 'DA9FC6',
'Wall Street Journal': 'AA6E89', 'CNBC': 'AA1167',
'MarketWatch': '1E5E35', 'Washington Post Via Web': 'B6ACEE',
'Forbes': '22AC8B', "Investor's Business Daily": '15B968','Al Jazeera (English)': 'CD85BA',
}
# Person Details
persons_dict = {
'Emmanuel Faber': {
'id': '6D9368',
'variations': [
'Emmanuel Faber', # First Name + Last Name
'E. Faber', # Initial + Last Name
'Faber, Emmanuel', # Last Name + comma + First Name
'Emmanuel F.' # First Name + Initial
]
}
}
#Company Details
company_name = 'Danone S.A.'
company_data = {'id': '3E149C'}