The Russian Union of Industrialists and Entrepreneurs (RSPP) met with American (American Chamber of Commerce in Russia), during which priorities in the lifting of sanctions were discussed, the head of the Union Alexander Shokhin said, Russian entrepreneurs met with the head of the American Commercial Chamber Robert Aiji a couple of weeks ago. Aiji said that the Chamber of Commerce is preparing a document for the US government (the so -called), which analyzes from what sanctions the most American companies themselves suffered. Among the priority measures, the Chamber of Commerce calls the lifting of sanctions in the aviation sector (including the supply of spare parts and technical support for aircraft), the cancellation of the ban on investments for American companies, the return of SWIFT for Russian banks and the removal of restrictions on the supply of luxury items, including cosmetics. Shokhin said that some priorities proposed Aiji supported Russian entrepreneurs – Russian entrepreneurs – Russian entrepreneurs – Russian entrepreneurs – Russian entrepreneurs In particular, regarding aviation. “This is what is connected with the safety of citizens. And such questions could be the first to be on the list, ”said Shokhin. The RSPP also supports the return of Russian banks to the SWIFT system. At the same time, he noted that although the topic was discussed, but he considered that it was “difficult to realize”. In addition, Russian entrepreneurs, according to Shokhin, believe that environmental projects should also be excluded from the sanctions – for example, “clean equipment for the shelf, in the Arctic, and so on”. Putin, the “white list” for the US government would “be good to prepare in March” so as not to miss. ”The saints of Russian banks are disconnected from the international SWIFT system, which made it possible to carry out cross -border transfers, from the very beginning of the full -scale Russian invasion of Ukraine in 2022. In March 2023, the Bank of Russia ordered Russian credit organizations to use only domestic services in transfers within the country. In mid-February 2025, the head of the Russian Direct Investment Fund, Kirill Dmitriev, whom Putin appointed his representative on economic cooperation with foreign countries, estimated the losses of the American business after the start of the war, more than $ 300 billion. (Tagstotranslate) News
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!