Skip to content

FINTRADE SHERPA, INC.: 10-Q/A filed 2012-08-27

What FINTRADE SHERPA, INC. reported in its quarterly report amendment filed 2012-08-27 (fiscal Q2 2012): 13 published measures, 27 facts as tagged in accession 0001199835-12-000584.

This is an amendment. Values here are as tagged in the amendment; the original filing has its own page.

This filing

Form
10-Q/A (quarterly report amendment)
Filed
2012-08-27
Fiscal period
fiscal Q2 2012
Accession
0001199835-12-000584 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 FINTRADE SHERPA, INC. filings.

Reported measures

Stockholders equity

The reported residual interest after liabilities. It is an accounting amount, not market capitalization.

PeriodValueUnitDays
At 2012-06-30-256,110USD
At 2011-12-31-268,619USD

Net income or loss

Reported profit or loss for the period. Check the filing for attribution, exceptional items and discontinued operations before comparing companies.

PeriodValueUnitDays
2012-04-01 to 2012-06-30-69,218USD91
2012-01-01 to 2012-06-30-124,191USD182
2011-04-01 to 2011-06-30-39,978USD91
2011-01-01 to 2011-06-30-54,078USD181

Operating cash flow

Cash generated or used by operating activities. Working-capital timing can make this differ substantially from reported income.

PeriodValueUnitDays
2012-01-01 to 2012-06-30-98,362USD182
2011-01-01 to 2011-06-30-22,443USD181

Financing cash flow

Net cash from financing activities, including borrowing, repayments and transactions with owners. A positive amount does not establish operating profitability.

PeriodValueUnitDays
2012-01-01 to 2012-06-3097,708USD182
2011-01-01 to 2011-06-3095,400USD181

Investing cash flow

Net cash from investing activities, including asset purchases, disposals and investment transactions. This differs from capital expenditure payments alone.

PeriodValueUnitDays
2011-01-01 to 2011-06-30-75,000USD181

Retained earnings or deficit

Accumulated undistributed earnings or deficit at the reporting date. This balance is not cash available for distribution.

PeriodValueUnitDays
At 2012-06-30-568,360USD
At 2011-12-31-444,169USD

Current assets

Assets classified as current under the normal operating cycle or one-year boundary. Not all current assets can be converted immediately into cash.

PeriodValueUnitDays
At 2012-06-3021,711USD
At 2011-12-319,903USD

Current liabilities

Obligations classified as current under the operating-cycle or one-year boundary. The balance includes more than short-term borrowing.

PeriodValueUnitDays
At 2012-06-30277,821USD
At 2011-12-31278,522USD

Net current accounts receivable

Current customer receivables after the allowance for credit loss. The balance is not cash collected or a guarantee of collection.

PeriodValueUnitDays
At 2012-06-3021,606USD
At 2011-12-319,144USD

Accumulated other comprehensive income or loss

Cumulative other comprehensive items after tax, such as translation and unrealized hedging or securities effects. These amounts have not passed through net income.

PeriodValueUnitDays
At 2012-06-30-568,360USD

General and administrative expense

General and administrative costs reported under this concept, separate from selling expense. Filers group overhead differently, so compare presentation before comparing companies.

PeriodValueUnitDays
2012-04-01 to 2012-06-30-685USD91
2012-01-01 to 2012-06-304,088USD182
2011-04-01 to 2011-06-303,274USD91
2011-01-01 to 2011-06-306,545USD181

Proceeds from issuing common stock

Cash received from issuing common stock during the period. It is gross of costs only where the filer reports it so, and it does not include noncash issuances.

PeriodValueUnitDays
2012-01-01 to 2012-06-30114,200USD182

Change in accounts receivable

The cash flow adjustment for the change in receivables during the period. A positive value under this concept means receivables grew and reduced operating cash flow.

PeriodValueUnitDays
2012-01-01 to 2012-06-30-12,462USD182
2011-01-01 to 2011-06-302,385USD181

Inspect the source

Entity
FINTRADE SHERPA, INC. / CIK 0001319643
Captured
2026-09-21T17:17:31.728Z
SEC response SHA-256
d686a24c796b57dbc4d3fadf2b81c3c7b1c3c695328962911ad529209543c4da

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