LEGG MASON, INC.: 10-Q filed 2019-08-06
What LEGG MASON, INC. reported in its quarterly report filed 2019-08-06 (fiscal Q1 2020): 8 published measures, 13 facts as tagged in accession 0000704051-19-000105.
This filing
- Form
- 10-Q (quarterly report)
- Filed
- 2019-08-06
- Fiscal period
- fiscal Q1 2020
- Accession
- 0000704051-19-000105 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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2019-04-01 to 2019-06-30 | 705,360,000 | USD | 91 |
| 2018-04-01 to 2018-06-30 | 747,905,000 | USD | 91 |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 147,865,000 | USD | |
| At 2019-03-31 | 149,989,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 126,560,000 | USD | |
| At 2019-03-31 | 126,442,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 322,939,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 391,445,000 | USD |
Gross property, plant and equipment
Cost of property, plant and equipment before accumulated depreciation. Historical cost does not indicate current value or replacement cost.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 651,311,000 | USD | |
| At 2019-03-31 | 642,107,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2019-06-30 | 503,446,000 | USD | |
| At 2019-03-31 | 492,118,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2019-04-01 to 2019-06-30 | 22,871,000 | USD | 91 |
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))