sivapriya14 commited on
Commit
04a16b3
·
verified ·
1 Parent(s): c401fdb

Create schemes.json

Browse files
Files changed (1) hide show
  1. schemes.json +136 -0
schemes.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schemes": [
3
+ {
4
+ "scheme_id": 1,
5
+ "name": "Post Office Savings Account",
6
+ "description": "A basic savings account service offered by the Indian Postal Service.",
7
+ "eligibility": "Available to all Indian citizens.",
8
+ "benefits": "Safe investment, attractive interest rates, easy withdrawals.",
9
+ "application_process": "Visit the nearest post office with identity proof and address proof."
10
+ },
11
+ {
12
+ "scheme_id": 2,
13
+ "name": "Post Office Recurring Deposit (RD)",
14
+ "description": "A government-backed savings scheme with fixed monthly deposits.",
15
+ "eligibility": "Open to all Indian citizens.",
16
+ "benefits": "Attractive interest rates, secure investment, flexible tenure.",
17
+ "application_process": "Can be opened at any post office with ID proof."
18
+ },
19
+ {
20
+ "scheme_id": 3,
21
+ "name": "Post Office Time Deposit (TD)",
22
+ "description": "A fixed deposit scheme offering guaranteed returns with different tenure options.",
23
+ "eligibility": "Available to all Indian citizens.",
24
+ "benefits": "Competitive interest rates, tax benefits under section 80C (for 5-year TD).",
25
+ "application_process": "Visit a post office with ID proof and address proof."
26
+ },
27
+ {
28
+ "scheme_id": 4,
29
+ "name": "Senior Citizens Savings Scheme (SCSS)",
30
+ "description": "A savings scheme designed for senior citizens to provide them with a steady income.",
31
+ "eligibility": "Citizens aged 60 years and above.",
32
+ "benefits": "High interest rates, secure investment, quarterly payouts.",
33
+ "application_process": "Can be opened at post offices with ID and age proof."
34
+ },
35
+ {
36
+ "scheme_id": 5,
37
+ "name": "Sukanya Samriddhi Yojana (SSY)",
38
+ "description": "A savings scheme for the girl child as part of the Beti Bachao Beti Padhao campaign.",
39
+ "eligibility": "Parents of a girl child below 10 years.",
40
+ "benefits": "Higher interest rates, tax benefits under section 80C.",
41
+ "application_process": "Can be opened at post offices with birth certificate of the girl child."
42
+ },
43
+ {
44
+ "scheme_id": 6,
45
+ "name": "National Savings Certificate (NSC)",
46
+ "description": "A fixed income investment scheme that allows tax savings and guaranteed returns.",
47
+ "eligibility": "Available to all Indian citizens.",
48
+ "benefits": "Fixed interest rate, tax deduction under section 80C.",
49
+ "application_process": "Purchase NSC certificates from any post office."
50
+ },
51
+ {
52
+ "scheme_id": 7,
53
+ "name": "Kisan Vikas Patra (KVP)",
54
+ "description": "A government savings scheme that doubles the investment in a fixed tenure.",
55
+ "eligibility": "Available to all Indian citizens.",
56
+ "benefits": "Guaranteed returns, no tax benefits.",
57
+ "application_process": "Purchase from a post office with valid ID proof."
58
+ },
59
+ {
60
+ "scheme_id": 8,
61
+ "name": "Postal Life Insurance (PLI)",
62
+ "description": "An insurance scheme provided by India Post with high returns and lower premiums.",
63
+ "eligibility": "Available to employees of government and semi-government organizations.",
64
+ "benefits": "High bonus rates, affordable premiums, multiple insurance plans.",
65
+ "application_process": "Apply at designated post offices with employment proof."
66
+ },
67
+ {
68
+ "scheme_id": 9,
69
+ "name": "Rural Postal Life Insurance (RPLI)",
70
+ "description": "An insurance scheme aimed at providing coverage for people in rural areas.",
71
+ "eligibility": "All Indian citizens residing in rural areas.",
72
+ "benefits": "Affordable premiums, tax benefits, financial security.",
73
+ "application_process": "Apply at the nearest rural post office."
74
+ },
75
+ {
76
+ "scheme_id": 10,
77
+ "name": "India Post Payments Bank (IPPB)",
78
+ "description": "A government initiative to provide digital banking and financial services via post offices.",
79
+ "eligibility": "Available to all Indian citizens.",
80
+ "benefits": "Digital banking, doorstep banking services, easy fund transfers.",
81
+ "application_process": "Visit the nearest post office or apply online."
82
+ }
83
+ ],
84
+ "services": [
85
+ {
86
+ "service_id": 1,
87
+ "name": "Speed Post",
88
+ "description": "A fast and reliable mail service for time-sensitive documents and parcels.",
89
+ "availability": "Available across India and international destinations.",
90
+ "features": "Tracking, guaranteed delivery time, affordable pricing."
91
+ },
92
+ {
93
+ "service_id": 2,
94
+ "name": "Registered Post",
95
+ "description": "A secure and recorded delivery service for important documents and parcels.",
96
+ "availability": "Available across India.",
97
+ "features": "Proof of delivery, tracking, compensation for loss or damage."
98
+ },
99
+ {
100
+ "service_id": 3,
101
+ "name": "Parcel Service",
102
+ "description": "A cost-effective postal service for sending parcels across India.",
103
+ "availability": "Domestic and international services available.",
104
+ "features": "Reliable delivery, bulk shipping options, insurance coverage."
105
+ },
106
+ {
107
+ "service_id": 4,
108
+ "name": "Money Order",
109
+ "description": "A service for transferring money securely via post offices.",
110
+ "availability": "Available across India.",
111
+ "features": "Safe and reliable, doorstep delivery of money, electronic money order options."
112
+ },
113
+ {
114
+ "service_id": 5,
115
+ "name": "Philately Services",
116
+ "description": "A service for stamp collection enthusiasts, including commemorative and definitive stamps.",
117
+ "availability": "Available at designated post offices.",
118
+ "features": "Exclusive stamp issues, online purchase options, collectible items."
119
+ },
120
+ {
121
+ "service_id": 6,
122
+ "name": "Business Parcel",
123
+ "description": "A cost-effective and secure delivery service for businesses.",
124
+ "availability": "Available across India.",
125
+ "features": "Bulk shipping, tracking, competitive pricing."
126
+ },
127
+ {
128
+ "service_id": 7,
129
+ "name": "Logistics Post",
130
+ "description": "An integrated logistics service for bulk mailing and supply chain solutions.",
131
+ "availability": "Available across India.",
132
+ "features": "Customized logistics solutions, warehousing, supply chain support."
133
+ }
134
+ ]
135
+ }
136
+