Skip to content

WILLIAM LYON HOMES: 10-K filed 2014-03-21

What WILLIAM LYON HOMES reported in its annual report filed 2014-03-21 (fiscal FY 2013): 12 published measures, 33 facts as tagged in accession 0001445305-14-001123.

This filing

Form
10-K (annual report)
Filed
2014-03-21
Fiscal period
fiscal FY 2013
Accession
0001445305-14-001123 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All WILLIAM LYON HOMES filings.

Reported measures

Revenue

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

PeriodValueUnitDays
2013-10-01 to 2013-12-31198,320,000USD92
2013-07-01 to 2013-09-30141,352,000USD92
2013-04-01 to 2013-06-30123,896,000USD91
2013-01-01 to 2013-03-3176,434,000USD90

Basic earnings per share

Reported earnings or loss per basic common share or unit. Inspect attribution, share classes and restatements before comparing periods. This is not a market return.

PeriodValueUnitDays
2013-10-01 to 2013-12-313.77USD/shares92
2013-07-01 to 2013-09-300.24USD/shares92
2013-04-01 to 2013-06-300.31USD/shares91
2013-01-01 to 2013-03-31-0.25USD/shares90

Diluted earnings per share

Reported earnings or loss per share under dilution rules. Antidilutive instruments may be excluded. A diluted value can equal the basic value without implying no potential dilution.

PeriodValueUnitDays
2013-10-01 to 2013-12-313.64USD/shares92
2013-07-01 to 2013-09-300.24USD/shares92
2013-04-01 to 2013-06-300.29USD/shares91
2013-01-01 to 2013-03-31-0.25USD/shares90

Share-based compensation expense

Reported noncash expense for share-based payment arrangements. Noncash treatment does not mean the awards have no economic cost to shareholders.

PeriodValueUnitDays
2013-01-01 to 2013-12-313,800,000USD365
2012-02-25 to 2012-12-313,700,000USD311
2011-01-01 to 2011-12-310USD365
2010-01-01 to 2010-12-310USD365

Goodwill carrying amount

Recognized goodwill remaining after accumulated impairment. It arises from business combinations and does not measure the current value of the company’s brand.

PeriodValueUnitDays
At 2012-12-3114,200,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 2013-12-312,766,000USD

Gross profit

Revenue less the costs directly attributed to the goods or services sold. It precedes other operating expenses and is not net income.

PeriodValueUnitDays
2013-10-01 to 2013-12-3148,902,000USD92
2013-07-01 to 2013-09-3033,395,000USD92
2013-04-01 to 2013-06-3024,411,000USD91
2013-01-01 to 2013-03-3113,106,000USD90

Common shares outstanding

Common shares outstanding at the reporting date. This point-in-time count differs from the weighted-average shares used for earnings per share and can exclude other share classes.

PeriodValueUnitDays
At 2013-12-3131,436,167shares

Long-term debt

Long-term borrowings under this concept, which can include the current portion depending on presentation. It is not total liabilities and may exclude leases and other obligations.

PeriodValueUnitDays
At 2012-02-24384,500,000USD

Net deferred tax assets

Deferred tax assets after the valuation allowance. Realization depends on future taxable income, so the balance is not a receivable from tax authorities.

PeriodValueUnitDays
At 2013-12-31115,378,000USD
At 2012-12-318,571,000USD

Profit or loss including noncontrolling interests

Net income or loss including the portion attributable to noncontrolling interests. It can differ from the net income attributable to the parent that per-share figures use.

PeriodValueUnitDays
2013-10-01 to 2013-12-31118,316,000USD92
2013-07-01 to 2013-09-3010,680,000USD92
2013-04-01 to 2013-06-309,080,000USD91
2013-01-01 to 2013-03-31-2,473,000USD90

Amortization of intangible assets

Amortization recognized on finite-lived intangible assets. It follows acquisition accounting and does not indicate the intangibles are losing usefulness at that rate.

PeriodValueUnitDays
2013-01-01 to 2013-12-311,900,000USD365
2012-02-25 to 2012-12-315,800,000USD311
2012-01-01 to 2012-02-240USD55

Inspect the source

Entity
WILLIAM LYON HOMES / CIK 0001095996
Captured
SEC response SHA-256
05d6f6639eabf6fc0d9a87fee8eece7aec954e41a6648045cfcce28c80bac624

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/0001095996.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"])))