SatyamSinghal commited on
Commit
fedb4ba
·
verified ·
1 Parent(s): 2a5f3fd

Create news_updates.py

Browse files
Files changed (1) hide show
  1. news_updates.py +13 -0
news_updates.py ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ news_updates = {
2
+ "latest_news": [
3
+ "Razorpay raises $160 million in Series E.",
4
+ "Razorpay launches RazorpayX Payroll."
5
+ ],
6
+ "product_announcements": [
7
+ "RazorpayX - Neo Banking Platform",
8
+ "Thirdwatch - Fraud Detection"
9
+ ],
10
+ "mergers_acquisitions": [],
11
+ "regulatory_changes": ["RBI guidelines on digital payments"],
12
+ "ceo_interviews": ["Harshil Mathur's interview with ET Now."]
13
+ }