forked from YueYANG1996/YueYANG1996.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.json
More file actions
32 lines (32 loc) · 1.39 KB
/
publications.json
File metadata and controls
32 lines (32 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"publications": [
{
"id": "VGSI",
"title": "Antitrust Regulatory Gap in IndiGo Airlines 2025 Fiasco : Lessons from the US and EU",
"authors": ["Prakhar Gupta", "Tanya Gupta"],
"venue": "SSRN",
"year": "2025",
"image": "images/vgsi.png",
"selected": true,
"links": {
"paper": "papers/VGSI.pdf",
"website": "https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5880605"
},
"tldr": "India's aviation market is highly concentrated, with IndiGo's dominance and a December 2025 crisis exposing weaknesses in the country's competition law framework. Comparing India's restrained approach with U.S. and EU enforcement, the paper argues for stronger proactive safeguards to protect consumer welfare in essential infrastructure sectors."
},
{
"id": "finance-comics-2025",
"title": "Finance Comics: Pricing Black-Scholes Concepts",
"authors": ["Prakhar Gupta"],
"venue": "Amazon Kindle",
"year": "2025",
"image": "images/finance-comics-cover.jpg",
"smallImage": true,
"selected": true,
"links": {
"website": "https://www.amazon.in/Finance-Comics-Pricing-Scholes-concepts-ebook/dp/B0GCTXRNRP"
},
"tldr": "A comic-format explainer on derivatives pricing and Black-Scholes theory, designed to make quantitative finance concepts visually intuitive and accessible."
}
]
}