Skip to content
Popup Example

Earn From News Kiosk

How does the government want to recover money on drug trafficking?

March 25, 2025
How does the government want to recover money on drug trafficking?

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

News kiosk Latest Posts

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips Financial potential with expert tips on budgeting, investing, and saving Unlock the Hidden Truth: Click to Reveal!

Catherine Vautrin, the Minister of Labor and Health, wishes to recover the RSA unduly perceived by the drug traffickers. The government wants to accelerate the fight against social fraud. © SOPA Images/Getty Images – Catherine Vautrin goes to the attack on the RSA perceived by the drug traffickers. Safeguard safeguarded receiving social fraud alerts “each euro diverted is money that does not go to social protection”. Catherine Vautrin, Minister of Labor, Health, Solidarity and Families, reiterated, Tuesday, March 25 on the RTL set, her desire to tackle the income of narcotrafiaants. In 2024, in total, the government detected nearly 20 billion euros in fraud. It is twice as much as in 2020. On this sum, 13 billion euros were collected by the state funds. The executive wishes to increase the rate in the fight against fraud. By 2029, he wishes to double the amount of fraud detected and improve recovery, particularly in social matters. Since 2020 already the adjustments have increased by 150% and 30% in 2024. But it is not enough for the government which now wishes to receive social contributions on revenues from illicit activities such as drug trafficking. Read also: Social Security: This health insurance fraud has multiplied by 5 in a year Catherine Vautrin wants to recover the RSA perceived by the drug addicts the French law already makes it possible to impose funds generated by the illegal drug trafficking assimilated to industrial and commercial profits. On this same model, the executive wants to recover social contributions on these sums generated by the parallel economy. Catherine Vautrin is committed to it: a “text” in this sense is deposited as soon as the “legislative window” arises, she said on Tuesday, March 25. The Minister of Labor could take advantage of the drug law proposal currently examined in the Parliament or the Cazenave bill against public aid fraud. She hopes that administrations and social security can now recover the RSA unduly perceived by people who actually live any illicit activities. “We want to obtain the systematization of information transmissions by justice and the tax administration to social organizations on income” from illegal activities, she explained on Friday March 14 at a press conference on the fight against fraud.Catherine Vautrin returned to this subject on Tuesday. “As soon as (the drug traffickers) are arrested and condemned, we recover the RSA” unduly touched and “I even want to put CSG on it,” she added. According to the government, around 200,000 people live from this traffic in France whose annual profit is estimated at 3.5 billion euros. “They will have to reimburse what they have unduly touched because they were not job seekers,” said Catherine Vautrin. Active solidarity income (RSA) is paid to the French without resources. Its amount varies according to the composition of the home. Receive our latest news every day, selecting the main news of the day. (tagstotranslate) Social fraud

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();