arch-x1: 2026-06-15 11:28:22 | 1
Affected files: 99 System/Export/Экономический анализ - экзамен/Экономический анализ - шпора к экзамену.html
This commit is contained in:
+334
-35
@@ -7,23 +7,332 @@
|
|||||||
<meta name="dcterms.date" content="2026-06-02" />
|
<meta name="dcterms.date" content="2026-06-02" />
|
||||||
<title>Экономический анализ - шпора к экзамену</title>
|
<title>Экономический анализ - шпора к экзамену</title>
|
||||||
<style>
|
<style>
|
||||||
code{white-space: pre-wrap;}
|
:root {
|
||||||
span.smallcaps{font-variant: small-caps;}
|
color-scheme: light;
|
||||||
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
--page: #ffffff;
|
||||||
div.column{flex: auto; overflow-x: auto;}
|
--background: #f3f5f7;
|
||||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
--text: #20252b;
|
||||||
/* The extra [class] is a hack that increases specificity enough to
|
--muted: #68717d;
|
||||||
override a similar rule in reveal.js */
|
--line: #d9dee5;
|
||||||
ul.task-list[class]{list-style: none;}
|
--accent: #1557a0;
|
||||||
|
--accent-soft: #edf4fc;
|
||||||
|
--table-head: #eef3f8;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
max-width: 1120px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 40px clamp(24px, 5vw, 72px) 64px;
|
||||||
|
color: var(--text);
|
||||||
|
background: var(--page);
|
||||||
|
font-family: "Noto Serif", "DejaVu Serif", Georgia, serif;
|
||||||
|
font-size: 17px;
|
||||||
|
line-height: 1.65;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
body::before {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
z-index: -1;
|
||||||
|
content: "";
|
||||||
|
background: var(--background);
|
||||||
|
}
|
||||||
|
|
||||||
|
#title-block-header {
|
||||||
|
margin-bottom: 32px;
|
||||||
|
padding-bottom: 24px;
|
||||||
|
border-bottom: 2px solid var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4 {
|
||||||
|
color: #16202a;
|
||||||
|
font-family: "Noto Sans", "DejaVu Sans", Arial, sans-serif;
|
||||||
|
line-height: 1.25;
|
||||||
|
scroll-margin-top: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 0 0 8px;
|
||||||
|
font-size: clamp(2rem, 5vw, 3rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin: 2.5em 0 0.8em;
|
||||||
|
padding-bottom: 0.35em;
|
||||||
|
border-bottom: 1px solid var(--line);
|
||||||
|
font-size: clamp(1.55rem, 3vw, 2rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin: 2em 0 0.65em;
|
||||||
|
font-size: clamp(1.2rem, 2vw, 1.4rem);
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
margin: 1.5em 0 0.5em;
|
||||||
|
font-size: 1.08rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
p,
|
||||||
|
ul,
|
||||||
|
ol,
|
||||||
|
blockquote {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
li + li {
|
||||||
|
margin-top: 0.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--accent);
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
text-underline-offset: 0.18em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #0b3f78;
|
||||||
|
}
|
||||||
|
|
||||||
|
.date {
|
||||||
|
margin: 0;
|
||||||
|
color: var(--muted);
|
||||||
|
font-family: "Noto Sans", "DejaVu Sans", Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC {
|
||||||
|
max-height: min(72vh, 760px);
|
||||||
|
margin: 0 0 48px;
|
||||||
|
padding: 20px 24px;
|
||||||
|
overflow: auto;
|
||||||
|
border: 1px solid var(--line);
|
||||||
|
border-radius: 10px;
|
||||||
|
background: #fafbfd;
|
||||||
|
font-family: "Noto Sans", "DejaVu Sans", Arial, sans-serif;
|
||||||
|
font-size: 0.88rem;
|
||||||
|
line-height: 1.42;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC h2 {
|
||||||
|
position: sticky;
|
||||||
|
top: -20px;
|
||||||
|
z-index: 1;
|
||||||
|
margin: -20px -24px 14px;
|
||||||
|
padding: 16px 24px 12px;
|
||||||
|
background: #fafbfd;
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC ul {
|
||||||
|
margin: 0;
|
||||||
|
padding-left: 1.2em;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC > ul {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC li {
|
||||||
|
margin: 0.3em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
margin: 1.25em 0 1.75em;
|
||||||
|
overflow-x: auto;
|
||||||
|
border-collapse: collapse;
|
||||||
|
font-family: "Noto Sans", "DejaVu Sans", Arial, sans-serif;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
line-height: 1.45;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background: var(--table-head);
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
min-width: 140px;
|
||||||
|
padding: 0.65em 0.8em;
|
||||||
|
border: 1px solid var(--line);
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr:nth-child(even) {
|
||||||
|
background: #fafbfc;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.smallcaps {
|
||||||
|
font-variant: small-caps;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.columns {
|
||||||
|
display: flex;
|
||||||
|
gap: min(4vw, 1.5em);
|
||||||
|
}
|
||||||
|
|
||||||
|
div.column {
|
||||||
|
flex: auto;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.hanging-indent {
|
||||||
|
margin-left: 1.5em;
|
||||||
|
text-indent: -1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.task-list[class] {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
ul.task-list li input[type="checkbox"] {
|
ul.task-list li input[type="checkbox"] {
|
||||||
font-size: inherit;
|
|
||||||
width: 0.8em;
|
width: 0.8em;
|
||||||
margin: 0 0.8em 0.2em -1.6em;
|
margin: 0 0.8em 0.2em -1.6em;
|
||||||
|
font-size: inherit;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
|
||||||
|
.math,
|
||||||
|
math {
|
||||||
|
font-family: "STIX Two Math", "Latin Modern Math", "DejaVu Serif", serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.math.inline {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.math.display,
|
||||||
|
math[display="block"] {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 1em auto;
|
||||||
|
padding: 0.8em 1em;
|
||||||
|
overflow-x: auto;
|
||||||
|
color: #111820;
|
||||||
|
border-left: 3px solid #8db4df;
|
||||||
|
background: var(--accent-soft);
|
||||||
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.math em {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.math sub,
|
||||||
|
.math sup {
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 720px) {
|
||||||
|
body {
|
||||||
|
padding: 24px 16px 48px;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC {
|
||||||
|
max-height: 60vh;
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC h2 {
|
||||||
|
top: -16px;
|
||||||
|
margin: -16px -16px 12px;
|
||||||
|
padding: 14px 16px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
min-width: 120px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@page {
|
||||||
|
size: A4;
|
||||||
|
margin: 14mm 13mm;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
body {
|
||||||
|
max-width: none;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 10.5pt;
|
||||||
|
line-height: 1.42;
|
||||||
|
}
|
||||||
|
|
||||||
|
body::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC {
|
||||||
|
max-height: none;
|
||||||
|
overflow: visible;
|
||||||
|
page-break-after: always;
|
||||||
|
}
|
||||||
|
|
||||||
|
#TOC h2 {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4 {
|
||||||
|
break-after: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: 20pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
p,
|
||||||
|
li {
|
||||||
|
orphans: 3;
|
||||||
|
widows: 3;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
display: table;
|
||||||
|
overflow: visible;
|
||||||
|
break-inside: avoid;
|
||||||
|
font-size: 8.5pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.math.display,
|
||||||
|
math[display="block"] {
|
||||||
|
overflow: visible;
|
||||||
|
break-inside: avoid;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="pdf-style.css" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
@@ -2293,19 +2602,16 @@ class="header-section-number">2.9.5</span> Операционный,
|
|||||||
производственный и финансовый циклы</h3>
|
производственный и финансовый циклы</h3>
|
||||||
<p><strong>Производственный цикл</strong> — период от закупки сырья до
|
<p><strong>Производственный цикл</strong> — период от закупки сырья до
|
||||||
получения готовой продукции:</p>
|
получения готовой продукции:</p>
|
||||||
<p><span class="math display">$$P_{INV} = \frac{INV}{TR} \times
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>P</mi><mrow><mi>I</mi><mi>N</mi><mi>V</mi></mrow></msub><mo>=</mo><mfrac><mrow><mi>I</mi><mi>N</mi><mi>V</mi></mrow><mrow><mi>T</mi><mi>R</mi></mrow></mfrac><mo>×</mo><msub><mi>T</mi><mi>c</mi></msub></mrow><annotation encoding="application/x-tex">P_{INV} = \frac{INV}{TR} \times T_c</annotation></semantics></math></p>
|
||||||
T_c$$</span></p>
|
|
||||||
<p><strong>Коммерческий цикл</strong> — период от отгрузки до оплаты
|
<p><strong>Коммерческий цикл</strong> — период от отгрузки до оплаты
|
||||||
покупателем:</p>
|
покупателем:</p>
|
||||||
<p><span class="math display">$$P_{AR} = \frac{AR}{TR} \times
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>P</mi><mrow><mi>A</mi><mi>R</mi></mrow></msub><mo>=</mo><mfrac><mrow><mi>A</mi><mi>R</mi></mrow><mrow><mi>T</mi><mi>R</mi></mrow></mfrac><mo>×</mo><msub><mi>T</mi><mi>c</mi></msub></mrow><annotation encoding="application/x-tex">P_{AR} = \frac{AR}{TR} \times T_c</annotation></semantics></math></p>
|
||||||
T_c$$</span></p>
|
|
||||||
<p><strong>Операционный цикл</strong> — время от закупки сырья до
|
<p><strong>Операционный цикл</strong> — время от закупки сырья до
|
||||||
получения оплаты:</p>
|
получения оплаты:</p>
|
||||||
<p><span
|
<p><span
|
||||||
class="math display"><em>P</em><sub><em>O</em><em>C</em></sub> = <em>P</em><sub><em>I</em><em>N</em><em>V</em></sub> + <em>P</em><sub><em>A</em><em>R</em></sub></span></p>
|
class="math display"><em>P</em><sub><em>O</em><em>C</em></sub> = <em>P</em><sub><em>I</em><em>N</em><em>V</em></sub> + <em>P</em><sub><em>A</em><em>R</em></sub></span></p>
|
||||||
<p><strong>Период оборота кредиторской задолженности</strong>:</p>
|
<p><strong>Период оборота кредиторской задолженности</strong>:</p>
|
||||||
<p><span class="math display">$$P_{AP} = \frac{AP}{TR} \times
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>P</mi><mrow><mi>A</mi><mi>P</mi></mrow></msub><mo>=</mo><mfrac><mrow><mi>A</mi><mi>P</mi></mrow><mrow><mi>T</mi><mi>R</mi></mrow></mfrac><mo>×</mo><msub><mi>T</mi><mi>c</mi></msub></mrow><annotation encoding="application/x-tex">P_{AP} = \frac{AP}{TR} \times T_c</annotation></semantics></math></p>
|
||||||
T_c$$</span></p>
|
|
||||||
<p><strong>Финансовый цикл</strong> — период, когда деньги отвлечены из
|
<p><strong>Финансовый цикл</strong> — период, когда деньги отвлечены из
|
||||||
оборота:</p>
|
оборота:</p>
|
||||||
<p><span
|
<p><span
|
||||||
@@ -2416,8 +2722,7 @@ class="header-section-number">2.10</span> Долг и платежеспособ
|
|||||||
структуре пассива, а реально обслуживать.</p>
|
структуре пассива, а реально обслуживать.</p>
|
||||||
<h3 data-number="2.10.1" id="покрытие-процентов"><span
|
<h3 data-number="2.10.1" id="покрытие-процентов"><span
|
||||||
class="header-section-number">2.10.1</span> Покрытие процентов</h3>
|
class="header-section-number">2.10.1</span> Покрытие процентов</h3>
|
||||||
<p><span class="math display">$$K = \frac{EBIT}{Проценты\ к\
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>K</mi><mo>=</mo><mfrac><mrow><mi>E</mi><mi>B</mi><mi>I</mi><mi>T</mi></mrow><mtext mathvariant="normal">Проценты к уплате</mtext></mfrac></mrow><annotation encoding="application/x-tex">K = \frac{EBIT}{\text{Проценты к уплате}}</annotation></semantics></math></p>
|
||||||
уплате}$$</span></p>
|
|
||||||
<p><span
|
<p><span
|
||||||
class="math display"><em>E</em><em>B</em><em>I</em><em>T</em> = 2300 + 2330</span></p>
|
class="math display"><em>E</em><em>B</em><em>I</em><em>T</em> = 2300 + 2330</span></p>
|
||||||
<p>Норматив:</p>
|
<p>Норматив:</p>
|
||||||
@@ -2654,10 +2959,9 @@ class="math display"><em>M</em><em>P</em> = <em>T</em><em>R</em> − <em
|
|||||||
<p><span
|
<p><span
|
||||||
class="math display"><em>M</em><em>P</em> = <em>P</em><em>S</em> + <em>F</em><em>C</em></span></p>
|
class="math display"><em>M</em><em>P</em> = <em>P</em><em>S</em> + <em>F</em><em>C</em></span></p>
|
||||||
<p>Порог рентабельности:</p>
|
<p>Порог рентабельности:</p>
|
||||||
<p><span class="math display">$$BEP = \frac{FC}{MP/TR}$$</span></p>
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>B</mi><mi>E</mi><mi>P</mi><mo>=</mo><mfrac><mrow><mi>F</mi><mi>C</mi></mrow><mrow><mi>M</mi><mi>P</mi><mi>/</mi><mi>T</mi><mi>R</mi></mrow></mfrac></mrow><annotation encoding="application/x-tex">BEP = \frac{FC}{MP/TR}</annotation></semantics></math></p>
|
||||||
<p>Запас финансовой прочности:</p>
|
<p>Запас финансовой прочности:</p>
|
||||||
<p><span class="math display">$$MOS = \frac{TR - BEP}{TR} \times
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>M</mi><mi>O</mi><mi>S</mi><mo>=</mo><mfrac><mrow><mi>T</mi><mi>R</mi><mo>−</mo><mi>B</mi><mi>E</mi><mi>P</mi></mrow><mrow><mi>T</mi><mi>R</mi></mrow></mfrac><mo>×</mo><mn>100</mn><mi>%</mi></mrow><annotation encoding="application/x-tex">MOS = \frac{TR - BEP}{TR} \times 100\%</annotation></semantics></math></p>
|
||||||
100\%$$</span></p>
|
|
||||||
<p>Маржинальный анализ показывает, какой объем продаж нужен для
|
<p>Маржинальный анализ показывает, какой объем продаж нужен для
|
||||||
безубыточности и насколько фактическая выручка защищена от падения.</p>
|
безубыточности и насколько фактическая выручка защищена от падения.</p>
|
||||||
<h3 data-number="2.11.8" id="использование-чистой-прибыли"><span
|
<h3 data-number="2.11.8" id="использование-чистой-прибыли"><span
|
||||||
@@ -2689,8 +2993,7 @@ class="header-section-number">2.12</span> Рентабельность и
|
|||||||
<h3 data-number="2.12.1" id="рентабельность"><span
|
<h3 data-number="2.12.1" id="рентабельность"><span
|
||||||
class="header-section-number">2.12.1</span> Рентабельность</h3>
|
class="header-section-number">2.12.1</span> Рентабельность</h3>
|
||||||
<p>Общая формула:</p>
|
<p>Общая формула:</p>
|
||||||
<p><span class="math display">$$R = \frac{Прибыль}{База} \times
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>R</mi><mo>=</mo><mfrac><mtext mathvariant="normal">Прибыль</mtext><mtext mathvariant="normal">База</mtext></mfrac><mo>×</mo><mn>100</mn><mi>%</mi></mrow><annotation encoding="application/x-tex">R = \frac{\text{Прибыль}}{\text{База}} \times 100\%</annotation></semantics></math></p>
|
||||||
100\%$$</span></p>
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 33%" />
|
<col style="width: 33%" />
|
||||||
@@ -2770,8 +3073,7 @@ class="math inline"><em>N</em><em>P</em>/<em>E</em></span></td>
|
|||||||
<h3 data-number="2.12.2" id="модель-dupont"><span
|
<h3 data-number="2.12.2" id="модель-dupont"><span
|
||||||
class="header-section-number">2.12.2</span> Модель DuPont</h3>
|
class="header-section-number">2.12.2</span> Модель DuPont</h3>
|
||||||
<p>Базовая модель:</p>
|
<p>Базовая модель:</p>
|
||||||
<p><span class="math display">$$ROE = \frac{NP}{E} = \frac{NP}{TR}
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mi>R</mi><mi>O</mi><mi>E</mi><mo>=</mo><mfrac><mrow><mi>N</mi><mi>P</mi></mrow><mi>E</mi></mfrac><mo>=</mo><mfrac><mrow><mi>N</mi><mi>P</mi></mrow><mrow><mi>T</mi><mi>R</mi></mrow></mfrac><mo>×</mo><mfrac><mrow><mi>T</mi><mi>R</mi></mrow><mi>A</mi></mfrac><mo>×</mo><mfrac><mi>A</mi><mi>E</mi></mfrac></mrow><annotation encoding="application/x-tex">ROE = \frac{NP}{E} = \frac{NP}{TR} \times \frac{TR}{A} \times \frac{A}{E}</annotation></semantics></math></p>
|
||||||
\times \frac{TR}{A} \times \frac{A}{E}$$</span></p>
|
|
||||||
<p>Где: - <span
|
<p>Где: - <span
|
||||||
class="math inline"><em>N</em><em>P</em>/<em>T</em><em>R</em></span> —
|
class="math inline"><em>N</em><em>P</em>/<em>T</em><em>R</em></span> —
|
||||||
рентабельность продаж по чистой прибыли; - <span
|
рентабельность продаж по чистой прибыли; - <span
|
||||||
@@ -2785,11 +3087,9 @@ class="math inline"><em>A</em>/<em>E</em></span> — мультипликато
|
|||||||
<h3 data-number="2.12.3" id="оборачиваемость"><span
|
<h3 data-number="2.12.3" id="оборачиваемость"><span
|
||||||
class="header-section-number">2.12.3</span> Оборачиваемость</h3>
|
class="header-section-number">2.12.3</span> Оборачиваемость</h3>
|
||||||
<p>Коэффициент оборачиваемости:</p>
|
<p>Коэффициент оборачиваемости:</p>
|
||||||
<p><span class="math display">$$K_{об} = \frac{Выручка}{Средний\
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>K</mi><mrow><mi>о</mi><mi>б</mi></mrow></msub><mo>=</mo><mfrac><mtext mathvariant="normal">Выручка</mtext><mtext mathvariant="normal">Средний остаток</mtext></mfrac></mrow><annotation encoding="application/x-tex">K_{об} = \frac{\text{Выручка}}{\text{Средний остаток}}</annotation></semantics></math></p>
|
||||||
остаток}$$</span></p>
|
|
||||||
<p>Период оборота:</p>
|
<p>Период оборота:</p>
|
||||||
<p><span class="math display">$$T_{об} = \frac{Средний\
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>T</mi><mrow><mi>о</mi><mi>б</mi></mrow></msub><mo>=</mo><mfrac><mtext mathvariant="normal">Средний остаток</mtext><mtext mathvariant="normal">Выручка</mtext></mfrac><mo>×</mo><mn>365</mn></mrow><annotation encoding="application/x-tex">T_{об} = \frac{\text{Средний остаток}}{\text{Выручка}} \times 365</annotation></semantics></math></p>
|
||||||
остаток}{Выручка} \times 365$$</span></p>
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 33%" />
|
<col style="width: 33%" />
|
||||||
@@ -2840,9 +3140,9 @@ class="header-section-number">2.12.4</span> Деловая активность<
|
|||||||
длительностью производственного процесса; - конкурентоспособностью
|
длительностью производственного процесса; - конкурентоспособностью
|
||||||
продукции; - платежеспособностью покупателей и условиями поставок.</p>
|
продукции; - платежеспособностью покупателей и условиями поставок.</p>
|
||||||
<p>Коэффициенты деловой активности:</p>
|
<p>Коэффициенты деловой активности:</p>
|
||||||
<p><span class="math display">$$K_A = \frac{TR}{A}$$</span></p>
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>K</mi><mi>A</mi></msub><mo>=</mo><mfrac><mrow><mi>T</mi><mi>R</mi></mrow><mi>A</mi></mfrac></mrow><annotation encoding="application/x-tex">K_A = \frac{TR}{A}</annotation></semantics></math></p>
|
||||||
<p><span class="math display">$$T_A = \frac{365}{K_A}$$</span></p>
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>T</mi><mi>A</mi></msub><mo>=</mo><mfrac><mn>365</mn><msub><mi>K</mi><mi>A</mi></msub></mfrac></mrow><annotation encoding="application/x-tex">T_A = \frac{365}{K_A}</annotation></semantics></math></p>
|
||||||
<p><span class="math display">$$K_{закр} = \frac{A}{TR}$$</span></p>
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>K</mi><mrow><mi>з</mi><mi>а</mi><mi>к</mi><mi>р</mi></mrow></msub><mo>=</mo><mfrac><mi>A</mi><mrow><mi>T</mi><mi>R</mi></mrow></mfrac></mrow><annotation encoding="application/x-tex">K_{закр} = \frac{A}{TR}</annotation></semantics></math></p>
|
||||||
<p>где <span class="math inline"><em>K</em><sub><em>A</em></sub></span>
|
<p>где <span class="math inline"><em>K</em><sub><em>A</em></sub></span>
|
||||||
— оборачиваемость активов, <span
|
— оборачиваемость активов, <span
|
||||||
class="math inline"><em>T</em><sub><em>A</em></sub></span> — период
|
class="math inline"><em>T</em><sub><em>A</em></sub></span> — период
|
||||||
@@ -2852,8 +3152,7 @@ class="math inline"><em>K</em><sub><em>з</em><em>а</em><em>к</em><em>р</em><
|
|||||||
<h3 data-number="2.12.5" id="производительность-труда"><span
|
<h3 data-number="2.12.5" id="производительность-труда"><span
|
||||||
class="header-section-number">2.12.5</span> Производительность
|
class="header-section-number">2.12.5</span> Производительность
|
||||||
труда</h3>
|
труда</h3>
|
||||||
<p><span class="math display">$$ПТ = \frac{2110}{Численность\
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mtext mathvariant="normal">ПТ</mtext><mo>=</mo><mfrac><mn>2110</mn><mtext mathvariant="normal">Численность персонала</mtext></mfrac></mrow><annotation encoding="application/x-tex">\text{ПТ} = \frac{2110}{\text{Численность персонала}}</annotation></semantics></math></p>
|
||||||
персонала}$$</span></p>
|
|
||||||
<p>Рост производительности труда означает, что на одного сотрудника
|
<p>Рост производительности труда означает, что на одного сотрудника
|
||||||
приходится больше выручки.</p>
|
приходится больше выручки.</p>
|
||||||
<h3 data-number="2.12.6" id="выводы-5"><span
|
<h3 data-number="2.12.6" id="выводы-5"><span
|
||||||
|
|||||||
Reference in New Issue
Block a user