Spaces:
Sleeping
Sleeping
Abid Ali Awan
commited on
Commit
·
2d898b9
1
Parent(s):
4d48a4c
Update regulatory sources in settings.py to include additional global and regional press release links for enhanced compliance tracking. Add sources for Asia and improve existing EU sources for better coverage.
Browse files- config/settings.py +21 -8
config/settings.py
CHANGED
@@ -11,22 +11,35 @@ OPENAI_BASE_URL = "https://api.keywordsai.co/api/"
|
|
11 |
# Regulatory websites mapping
|
12 |
REGULATORY_SOURCES = {
|
13 |
"US": {
|
14 |
-
"SEC": "https://www.sec.gov/news/pressreleases",
|
15 |
-
"FDA": "https://www.fda.gov/news-events/fda-newsroom/press-announcements",
|
16 |
-
"FTC": "https://www.ftc.gov/news-events/news/press-releases",
|
17 |
"Federal Register": "https://www.federalregister.gov/documents/current",
|
|
|
|
|
|
|
|
|
18 |
},
|
19 |
"EU": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
},
|
24 |
"Global": {
|
25 |
-
"BIS": "https://www.bis.org/press/index.htm",
|
26 |
-
"
|
|
|
|
|
27 |
},
|
28 |
}
|
29 |
|
|
|
30 |
# UI settings
|
31 |
AVATAR_IMAGES = (
|
32 |
None,
|
|
|
11 |
# Regulatory websites mapping
|
12 |
REGULATORY_SOURCES = {
|
13 |
"US": {
|
14 |
+
"SEC": "https://www.sec.gov/news/pressreleases",
|
15 |
+
"FDA": "https://www.fda.gov/news-events/fda-newsroom/press-announcements",
|
16 |
+
"FTC": "https://www.ftc.gov/news-events/news/press-releases",
|
17 |
"Federal Register": "https://www.federalregister.gov/documents/current",
|
18 |
+
"CFTC": "https://www.cftc.gov/PressRoom/PressReleases",
|
19 |
+
"FDIC": "https://www.fdic.gov/news/press-releases/",
|
20 |
+
"FINRA": "https://www.finra.org/media-center/newsreleases",
|
21 |
+
"Federal Reserve Board": "https://www.federalreserve.gov/newsevents/pressreleases.htm",
|
22 |
},
|
23 |
"EU": {
|
24 |
+
"ESMA": "https://www.esma.europa.eu/press-news/esma-news",
|
25 |
+
"EBA": "https://www.eba.europa.eu/publications-and-media",
|
26 |
+
"EIOPA": "https://www.eiopa.europa.eu/media/news_en",
|
27 |
+
"European Parliament News": "https://www.europarl.europa.eu/news/en/press-room",
|
28 |
+
"ECB": "https://www.ecb.europa.eu/press/pr/html/index.en.html",
|
29 |
+
},
|
30 |
+
"Asia": {
|
31 |
+
"Japan FSA": "https://www.fsa.go.jp/en/news/",
|
32 |
+
"Reserve Bank of India (RBI)": "https://www.rbi.org.in/Scripts/BS_PressReleaseDisplay.aspx",
|
33 |
},
|
34 |
"Global": {
|
35 |
+
"BIS": "https://www.bis.org/press/index.htm",
|
36 |
+
"IMF": "https://www.imf.org/en/News",
|
37 |
+
"World Bank": "https://www.worldbank.org/en/news/all",
|
38 |
+
"OECD": "https://www.oecd.org/newsroom/",
|
39 |
},
|
40 |
}
|
41 |
|
42 |
+
|
43 |
# UI settings
|
44 |
AVATAR_IMAGES = (
|
45 |
None,
|