Skip to content

LEGG MASON, INC.: 10-Q filed 2020-02-05

What LEGG MASON, INC. reported in its quarterly report filed 2020-02-05 (fiscal Q3 2020): 8 published measures, 15 facts as tagged in accession 0000704051-20-000012.

This filing

Form
10-Q (quarterly report)
Filed
2020-02-05
Fiscal period
fiscal Q3 2020
Accession
0000704051-20-000012 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; a measure with a published history links to it, and the history shows the latest-filed value per period. All LEGG MASON, INC. filings.

Reported measures

Revenue

Revenue under this specific accounting concept. A missing value is not zero; filers can use other revenue concepts.

PeriodValueUnitDays
2019-10-01 to 2019-12-31753,914,000USD92
2019-04-01 to 2019-12-312,202,538,000USD275
2018-10-01 to 2018-12-31704,322,000USD92
2018-04-01 to 2018-12-312,210,654,000USD275

Net property, plant and equipment

Carrying amount of property, plant and equipment after accumulated depreciation, depletion and amortization. It is not replacement cost or market value.

PeriodValueUnitDays
At 2019-12-31138,835,000USD
At 2019-03-31149,989,000USD

Net finite-lived intangible assets

Finite-lived intangible assets after amortization. This excludes goodwill and should not be combined with indefinite-lived intangible assets without checking scope.

PeriodValueUnitDays
At 2019-12-31115,398,000USD
At 2019-03-31126,442,000USD

Operating lease right-of-use asset

Carrying amount of the right to use leased assets under operating leases. It reflects discounted remaining payments, not the value of the underlying property.

PeriodValueUnitDays
At 2019-12-31294,174,000USD

Operating lease liability

Present value of remaining operating lease payments. Discount-rate choices and lease terms affect the amount; it is not the sum of undiscounted future rent.

PeriodValueUnitDays
At 2019-12-31361,921,000USD

Gross property, plant and equipment

Cost of property, plant and equipment before accumulated depreciation. Historical cost does not indicate current value or replacement cost.

PeriodValueUnitDays
At 2019-12-31652,330,000USD
At 2019-03-31642,107,000USD

Accumulated depreciation on property, plant and equipment

Cumulative depreciation, depletion and amortization recorded against property, plant and equipment. It measures cost allocation to date, not physical wear or market value.

PeriodValueUnitDays
At 2019-12-31513,495,000USD
At 2019-03-31492,118,000USD

Operating lease payments

Cash paid for operating lease liabilities during the period. It differs from lease expense recognized and excludes variable payments in some presentations.

PeriodValueUnitDays
2019-04-01 to 2019-12-3164,470,000USD275

Inspect the source

Entity
LEGG MASON, INC. / CIK 0000704051
Captured
SEC response SHA-256
b895d9067ee0b317f43783a09f4df5077aecc1d09c620b73ba1f399f17b6b96f

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0000704051.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))