If you are between 53 and 55 years old and you are registered in France Work, this information concerns you: from April 1, certain specific conditions from which you have benefited until then will be shifted by 2 years. This is one of the consequences of the pension reform. © Romain P19/Adobe Stock – Bad news for the unemployed over 53 years old. Safeguard safeguarded receiving unemployment alerts, certain senior unemployed will see their duration of compensation reduced on April 1, informs BFM-RMC. Indeed, specific conditions for job seekers aged 53 to 55 will be shifted by two years. Regarding the ARE, first (return to employment allowance): it is France work which determines its amount, on the basis of the 24 months preceding the end of the activity. But so far, those over 53 have been the subject of a preferential calculation, on the basis not of the 24 but of the last 36 months. This allowed some beneficiaries who had a 3 -year position before their job loss of perceiving a more advantageous ARE. But now, to benefit from this system, it will be necessary to be at least 55 years old. This discrepancy results from the reform of pension of 2023 and from the postponement of the legal departure age, therefore requiring an alignment of two years. But this is not the only consequence of the reform. Indeed, the duration of compensation is also concerned. Until then, the unemployed over 53 benefited from a maximum duration longer than the others, notes BFM-RMC-22 and a half months maximum against 18 months for other job seekers. From 55 years old, we went to 27 months. Same cause, same effects, same two -year gap: from April 1, it will be necessary to be 55 or 56 years at the time of the end of the contract to benefit from the maximum duration of compensation. And be at least 57 to have that of 27 months. Read also: Use of seniors: What are your chances of finding work after unemployment, depending on your age? A consequence of the reform of consolation retirement for senior unemployed: the degression of the allowance will no longer be applied to beneficiaries over 55 years old. This degression concerns job seekers receiving daily allowance of more than 92.12 euros. From the 7th month of compensation, these unemployed see the amount of their allowance being reduced by a maximum of 30%. But without ever being less than 92.11 euros gross per day. The unemployed over 57 were exempt from this degression. From April 1, this exemption will also apply to the unemployed aged 55 and 57. Receive our latest news each week, the flagship items to support your personal finances. (tagstotranslate) ch u00f4mage
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();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
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!