The blogger of Alexander Mitroshin pleaded guilty to laundering money on an especially large scale. The Investigative Committee of the Russian Federation said that it received a criminal way more than 127 million rubles and legalized them by buying real estate in Moscow.
In the coming days, the investigation intends to petition for her arrest. Blogger Alexander Mitroshin pleaded guilty to laundering money on an especially large scale. This was reported by the press service of the capital’s head of the Investigative Committee of the Russian Federation. “In the course of investigative actions, Alexander Mitroshina was charged. She pleaded guilty in full, ”the release says. On Monday, March 10, the investigation intends to petition the court to choose a preventive measure against her. The 30-year-old girl, also known as the Mother of Black, was detained the day before in the Krasnodar Territory, after which she was sent to Moscow for interrogation. It was noted that Mitroshin was suspected of “legalization (laundering) of funds on an especially large scale or other property acquired by a person as a result of the crime).” “According to the investigation, Mitroshin acquired over 127 million rubles as a result of the crime under Part 2 of Art. 198 Criminal Code (evasion of an individual from taxes, fees). In order to give the visibility of the lawful possession, use and disposal of the received cash, she legalized their part by buying a property in the city of Moscow, ”reported in the metropolitan SK. © of the State Medical University of the IC of Russia according to the Moscow Babod under this article for up to seven years with a stamp in the amount of up to 1 million ruble. The criminal investigation is also put on control in the Moscow Prosecutor’s Office. The situation with Blogger Alexandra Mitroshina in an interview with RT was commented on by a lawyer, a specialist in civil and international law, Maria Yarmush. “We have similar things that were initiated for similar acts. This is Lerch, Blinovskaya – bloggers who began as individual entrepreneurs. And at first they had an income that allowed the use of a simplified taxation scheme, but then such a cosmic success suddenly descended on these specific bloggers that they became millionth profits from activities, ”said the interlocutor RT. She added that the millionth incomes of bloggers were“ crushing ”as a result of violation of the tax legislation. We see that Blinovskaya for similar crimes gave five years in prison with confiscation of assets to repay debt. We can understand that judicial practice in such cases has been formed. And I think that there will be a similar thing here, ”Yarmush concluded.
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);
News kiosk Latest Posts
// 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!