
The debt of Google LLC to Russian television channels is more than 91.5 quintillion rubles, said the competitive manager of Google Valery Talyarovsky. However, unlike the obligations of the American Google, which continue to grow, the debt of his Russian unit is designed for the date of bankrupt and recorded. According to experts, it is impossible to leave this issue forever suspended, and it would be advisable to simply bankrupt the Russian “daughter”, recognizing its debts by hopeless to recover. The tax of Google LLC, the Russian division of Google, reached a 20-digit number to domestic television channels and exceeded 91.5 Queens of rubles. RIA Novosti was told about this by Google’s bankruptcy trustee Valery Talyarovsky. “In total, in this registry, 18 claims are 16 creditors for a total of 91 quintillion 511 quadrillions of 687 trillion 138 billion 260 million hundred thousand rubles,” he said. Nevertheless, in contrast to the obligations of the American Google, the debt of his Russian “daughter” is designed for the date of recognition of the company bankrupt and does not increase. As explained Talyarovsky, current creditors can count mainly on the converting of the astrethes to the requirement from subsidiary liability. Astrent in judicial practice is a fine for failure to fulfill a judicial act in kind, he can be imposed both in a certain amount and in percentage for each day, a week or a month of inaction of the debtor. However, even in this case, in the execution of judicial acts on subsidiary liability in foreign jurisdictions, all creditors will be able to claim only the total asset of Google in jurisdiction at the place of recognition. Ultimately, this indicator can reach the maximum of capitalization of Alphabet, the Maternal company Google. “And the amount of claims established on the basis of Russian judicial acts will be important primarily to determine the proportion of the proportion of the corresponding channel in relation to a particular amount of collected funds,” the manager added during the meeting of the Moscow Arbitration Court, it became known that Google’s dollars became known In front of Russian television channels reached 2.8 duodecillion rubles (amount with 39 zeros) and continues to grow. During the meeting, the lawyer noted that “all assets on planet Earth will not be enough” to pay off this amount. Representatives of Russian creditors and employees of Google LLC, in turn, asked to recognize the requirements of registry so that the debt could be repaid after calculations with the employees, but the court refused this. In the end of February, Roskomnadzor said that last year Russian courts fined the American company Google LLC for a total of 15.1 million rubles. The sanctions were also imposed for the refusal to remove extremist materials, fakes, messages with calls for mass riots from the YouTube video hosting, content related to VPN services, as well as other prohibited materials. “It is advisable to quickly bankrupt” as a lawyer, the head of the Center for Law and Directorate in Moscow and the Moscow Region, Alexander Khaminsky, collecting debt directly with Google to Russian television channels will be difficult. He recalled that in January 2025, the High Court of England and Wales forbade a number of Russian television channels to sue Google on blocking the YouTube channels of these media and the recovery of losses. As a result, Google actually achieved a ban on the execution of decisions of Russian courts made in favor of these media in the territory of third countries. “Thus, for third countries, the issue of choosing which court to execute: Russian or American,” the expert explained that usually the Anglo -Saxon legal system considers the decisions of its courts as the only true. It will force them at least “not to notice” the judicial acts issued in Russia. However, it is also impossible to leave this issue forever suspended. If we take into account the possibility of resuming relations between Russia and the United States, it is advisable to quickly go bankrupt the Russian “daughter”, recognizing her debts hopeless to the penalty, ”the interlocutor of RT suggested.
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!