RbiSearchHeader

Press escape key to go back

Past Searches

Theme
Theme
Text Size
Text Size
S3

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

RbiStatisticsFilter

ref

Frequency:

Functions:

Asset Publisher

back Data on Outstanding Sovereign Gold Bonds

an-error-occurred-while-processing-the-template
The following has evaluated to null or missing:
==> Field47979286  [in template "20099#20125#40305909" at line 106, column 88]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign CONTENT_PUBLISH_DATE_Data = g...  [in template "20099#20125#40305909" at line 105, column 37]
----
1<#assign UUID="" groupId=getterUtil.getLong(groupId) fileSize="" docURL="" /> 
2<#assign 
3    dlFileEntryLocalService=serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") 
4    assetCategoryLocalService=serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService") 
5    journalArticleLocalService=serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
6    classNameLocalService=staticUtil["com.liferay.portal.kernel.service.ClassNameLocalServiceUtil"] 
7    AssetVocabularyLocalService=serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService") 
8		assetEntryLocalService=serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
9   article=journalArticleLocalService.getArticle(getterUtil.getLong(groupId),.vars['reserved-article-id'].data, getterUtil.getDouble(.vars['reserved-article-version'].data)) 
10		sectionMap='' 
11    categories=assetCategoryLocalService.getCategories("com.liferay.journal.model.JournalArticle", 
12    article.getResourcePrimKey()) isVersion=false 
13    classNameId=classNameLocalService.getClassNameId("com.liferay.journal.model.JournalArticle") /> 
14<#-- Start breadcrumbs --> 
15 
16<#if categories?has_content> 
17	<#list categories as category> 
18		<#assign assetVocabulary = AssetVocabularyLocalService.fetchAssetVocabulary(category.getVocabularyId())  
19						 vocabularyName = assetVocabulary.getName() />	  
20		<#if vocabularyName == "newsectionmaster"> 
21			<#if sectionMap == ''> 
22				<#assign sectionMap = category.getTitle(locale) /> 
23			</#if> 
24		</#if> 
25	</#list> 
26</#if> 
27<input type="hidden" value="${sectionMap}" id="detail-section"> 
28 
29		<div id="skipContent"></div> 
30    <div class="rbi-breadcrumbs-wrap rbi-simple-breadcrumbs-wrapper final-one full-width"> 
31        <div class="container"> 
32            <nav> 
33                <ol class="breadcrumb rbi-simple-breadcrumbs"> 
34                    <li class="breadcrumb-item"> 
35                        <a href="/web/rbi"> 
36                            ${languageUtil.get(locale, "home")} 
37                        </a> 
38                    </li> 
39                    <li class="breadcrumb-item"> 
40                        <a href="/web/rbi/press-releases"> 
41                            ${languageUtil.get(locale,"pressreleases")} 
42                        </a> 
43                    </li> 
44                    <li class="breadcrumb-item active" aria-current="page"> 
45											 <#if (Text44809430.getData())?has_content> 
46	${Text44809430.getData()} 
47	<#else> 
48													${.vars['reserved-article-title'].data} 
49</#if> 
50                    </li> 
51 
52                </ol> 
53            </nav> 
54        </div> 
55    </div> 
56    <#-- End breadcrumbs --> 
57 
58        <#assign URL=article.getExpandoBridge().getAttribute("pdf-url") /> 
59        <#if URL?has_content> 
60            <#list URL?keys as key> 
61                <#if key==locale> 
62                    <#assign docURL=URL?values[key_index] /> 
63                </#if> 
64            </#list> 
65        </#if> 
66        <#if docURL?has_content> 
67            <#list docURL?split("/") as sValue> 
68                <#if sValue?is_last> 
69                    <#list sValue?split("?") as uuid> 
70                        <#if uuid?is_first> 
71                            <#assign UUID=uuid /> 
72                        </#if> 
73                    </#list> 
74                </#if> 
75            </#list> 
76        </#if> 
77 
78        <#if UUID?has_content> 
79            <#assign dlFileEntry=dlFileEntryLocalService.fetchFileEntry(UUID,groupId?number) 
80                fileSize=dlFileEntry.getSize() 
81                fileAssetEntry=assetEntryLocalService.getEntry("com.liferay.document.library.kernel.model.DLFileEntry", 
82                dlFileEntry.getFileEntryId()) docURL=fileAssetEntry.getAssetRenderer().getURLDownload(themeDisplay) 
83								docURL=docURL?replace("/"+UUID,"")    
84								/> 
85        </#if> 
86 
87        <#assign id=article.getId()> 
88            <div id="articleUniqueID" class="hide">${id}</div> 
89 
90 
91 
92 
93    <div class="container pl-0 pr-0"> 
94<#-- removed class for migration data     <div class="full-width Notification-content-wrap press-release-content-wrap">  --> 
95    <div class="Notification-content-wrap full-width"> 
96        <div class="published-on-wrapper"> 
97            <div class="container-fluid"> 
98                <div class=" published-on-contents"> 
99                    <div class="row no-gutters article-published-row-wrapper"> 
100                        <div class="article-published-dates-wrapper"> 
101 
102                            <div class="article-published-date"> 
103                                <span class="published-date"> 
104										 								${languageUtil.get(locale,"published-on")} 
105                                    <#assign 
106                                        CONTENT_PUBLISH_DATE_Data=getterUtil.getString(Field47979286.getData())> 
107 
108                                        <#if validator.isNotNull(CONTENT_PUBLISH_DATE_Data)> 
109                                            <#assign 
110                                                CONTENT_PUBLISH_DATE_DateObj=dateUtil.parseDate("yyyy-MM-dd", 
111                                                CONTENT_PUBLISH_DATE_Data, locale)> 
112 
113                                                ${dateUtil.getDate(CONTENT_PUBLISH_DATE_DateObj, "MMM 
114                                                dd, yyyy", locale)} 
115                                        </#if> 
116                                </span> 
117                            </div> 
118                        </div> 
119                        <div class="article-tts-view-pdf-wrapper"> 
120						 
121                            <div class="article-text-to-speach-wrapper"> 
122                                    <div  class="listen-header"> 
123                                        <a href="javascript:void(0);" id="textSpeechButton" class="tts-listen-audio" > 
124                                        <button class="player-button-outer-top"> 
125                                            <img src="/documents/20125/174906/speech-to-text-play.svg" alt="${languageUtil.get(locale,"listen")}" /> 
126                                        </button>                                    
127                                    <span  class="article-text-to-speach textSpeechButton">${languageUtil.get(locale,"listen")}</span> 
128                                    </a> 
129                                    </div> 
130                                </div> 
131							 
132                            <div class="social-media-view-on d-none"> 
133                                View on 
134                            </div> 
135 
136                            <#if docURL?? && docURL?has_content> 
137                                <div class="download-pdf-wrapper"> 
138                                    <div class="btn-wrap"> 
139                                        <a href="${docURL?split('?')[0]}" target="_blank" class="matomo_download"> 
140                                            <img src="/documents/70233/0/fileDownload.svg" 
141                                                class="downloadFile" alt="Download File" 
142                                                title="Download File"> 
143                                            <span class="fileName matomo_download"> 
144                                                ${languageUtil.get(locale,'pdf')} (<span class="fileSize">${fileSize}</span>) 
145                                            </span> 
146                                        </a> 
147                                    </div> 
148                                </div> 
149                            </#if> 
150                        </div> 
151                    </div> 
152                </div> 
153            </div> 
154			<div id="mainContent"> 
155				<div class="published-content-wrapper migrated-data-heading"> 
156					<div class="container-fluid"> 
157						<div class="published-contents"> 
158							<div class="row no-gutters"> 
159								<div class="col-md-12 col-12"> 
160									<h2 class="section-heading" id="mtm_details_page_heading"> 
161									   <#if (Text44809430.getData())?has_content> 
162		${Text44809430.getData()} 
163		<#else> 
164														${.vars['reserved-article-title'].data} 
165	</#if> 
166									</h2> 
167								</div> 
168								 
169 
170									<div class="col-12"> 
171										<div id="migrated_data_dummy" class="d-none"></div> 
172										<div class="migrated-data-wrap">										 
173											<#if (RichText30833720.getData())??> 
174												${RichText30833720.getData()} 
175											</#if> 
176										</div> 
177									</div> 
178							    
179							</div> 
180						</div> 
181					</div> 
182				</div> 
183			</div>	 
184        </div> 
185    </div> 
186</div> 
187 
188<script> 
189 
190    $(document).ready(function () { 
191 
192        $(".fileSize").each(function () { 
193            var fileSize = $(this).html() 
194            if (fileSize != "") { 
195                $(this).html(formatFileSize(parseInt(fileSize), 2)) 
196
197        }); 
198 
199        function formatFileSize(bytes, decimalPoint) { 
200            if (bytes == 0) 
201                return '0 Bytes'; 
202            var k = 1024, 
203                dm = decimalPoint || 2, 
204                sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'], 
205                i = Math.floor(Math.log(bytes) / Math.log(k)); 
206            return (parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + ' ' + sizes[i]); 
207
208    }); 
209</script> 
210 
211 <@liferay_portlet["runtime"] instanceId="99123457" 
212                portletName="com_liferay_rbi_tts_utility_RbiTtsCommonUtilityPortlet" /> 

Statistics-Data Releases-Overview

Data Releases

This Section provides data on various aspects of Indian economy, banking and finance. While the current data defined as data for the past one year is available at the links provided below, researchers may also access data series available in the Database on Indian Economy link available on this page.

Search Results

Category Facet

category

Category Facet

category

RBI-Install-RBI-Content-Global

রিজার্ভ ব্যাঙ্ক অফ ইন্ডিয়া মোবাইল অ্যাপ্লিকেশন ইনস্টল করুন এবং সাম্প্রতিক সংবাদগুলিতে দ্রুত অ্যাক্সেস পান!

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

পেজের শেষ আপডেট করা তারিখ: জুলাই 19, 2024

এই পেজটি কি সহায়ক ছিল?