ADVERTISEMENT

DOJ, CHR agree to work jointly in enforcing, increasing compensation for victims of unjust imprisonment, violent crimes

Published Mar 14, 2024 06:05 am

The Department of Justice (DOJ) is set to push as a priority bill the proposed legislation that would increase the financial assistance being given by the government to persons unjustly imprisoned and victims of violent crimes.

Under Republic Act No. 7309 that created the Victims Compensation Program (VCP), a one time P10,000 is given as financial assistance.  The proposed bill would increase the assistance to P50,000.

The DOJ revealed that the Board of Claims (BOC) has already approved 52,234 claims from 1992 to 2023 and paid a total amount of P514,881,257.

Under the law those qualified for compensation are: any person who was unjustly accused, convicted and imprisoned but subsequently released by virtue of a judgment of acquittal; any person who was unjustly detained and released without being charged; any victim of arbitrary or illegal detention by the authorities as defined in the Revised Penal Code under a final judgment of the court; and any person who is a victim of violent crimes.

“We will try to coordinate with the OP (Office of the President) para gawin nilang priority bill ito (so that this becomes a priority bill),” said Justice Undersecretary Raul T. Vasquez during signing of the memorandum of agreement (MOA) between the DOJ-Board of Claims and the Commission on Human Rights (CHR).

“Isa pong batas na dapat ilabas na (One law that should be enacted),” said Vasquez who also heads the DOJ Human Rights Office.

Aside from seeking OP's assistance, Vasquez said "kakausapin po natin ang Kongreso para po iyan maging totoo at makakamit po natin ‘yan (we will talk to Congress to achieve this).”

He lamented that the P10,000 financial assistance has become unrealistic.

Senior Assistant State Prosecutor Jovyanne E. Santamaria, chief of operations of the BOC, said that under the current law, "mga victims ng unjust imprisonment (victims of unjust imprisonment) are entitled to P1,000 per month  of imprisonment up to a maximum of P60,000 which is equivalent to five years."

“Under the pending proposed amendment, ‘yung P1,000 po per month, nagpo-promote po kami na iincrease (we are proposing to increase the P1,000) to P5,000 per month to a maximum of P300,000 which is equivalent to five years," Santamaria said. 

She also said: “’Yung victims of violent crimes po dito po nanggagaling ‘yung bulk nung claims dito sa Board of Claims kasi po (bulk of the claims comes from the BOC becaise) included in this category are victims of rape, victims of violation of Anti-Trafficking Act and those offenses that resulted to death or serious physical injuries."

The MOA was signed on Thursday, March 14, by DOJ Undersecretary Deo L. Marco, who heads the BOC, and CHR Chairperson Richard P. Palpal-latoc.

“After today, a system of referral will be in place between the CHR and the Board of Claims for the benefit not only of persons who are entitled but are unaware of the Victims Compensation Program, but also those who are beyond its scope. This is a testament to what the government can achieve through active collaboration and shared commitment,”  Marco said.

He expressed hope that through the MOA, “we can facilitate greater accessibility to the programs of the Board of Claims and of the CHR, and in the process, further this Department’s campaign on compassionate justice.”

Chairperson Palpal-latoc said: "By broadening the reach of this compensation system through this cooperation agreement, we are ensuring recognition of the fundamental human rights and establishing accountability for violations or abuses."

"This is a step forward to a progressive realization of transitional justice. And also, this is a step forward for the Commission on Human Rights in the exercise of its mandate as a preaching role to the government and to the civil society,” he also said. 

He then assured the CHR's "unwavering commitment to the performance of its mandate and in its commitment to uphold and protet the rights of individuals."

The MOA focuses on having CHR provide basic information about the VCP including assisting the BOC on information dissemination; assist and guide the applications including preparation of application and forms and securing supporting documentary requirements; to refer all interested and qualified applicants to the VCP for processing and the evaluation of the application for compensation; appoint focal focal persons for the purpose of facilitating referrals to the VCP; and accept referrals of the BOC for financial assistance not falling under RA 7309 and vice-versa.

The agreement also provides for BOC trainings, seminars and focus group discussions to CHR employees about VCP.

 

Related Tags

DOJ
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.