Prerequisites
- A Signa API key with
search:readandtrademarks:readscopes - The target company name or known identifiers (ticker symbol, LEI, owner ID)
Identify the target's owner record
Search for the target by name, ticker symbol, or LEI (Legal Entity Identifier). The ticker and LEI filters join through Signa’s public companies data (SEC + GLEIF).Expected output:
Map the corporate hierarchy via GLEIF
Acquisition targets often hold trademarks through subsidiaries. Use the GLEIF corporate relationship data to identify the full ownership tree.Expected output:
GLEIF relationships use standardized vocabulary.
IS_DIRECTLY_CONSOLIDATED_BY means the child entity is directly owned by the parent. Use direction to determine which side of the relationship the target sits on.Enumerate all marks across the corporate family
Collect trademarks from the target and all subsidiaries. This gives you the full scope of what is being acquired.
Assess portfolio health
Analyze the collected marks to build a health scorecard: status distribution, jurisdiction coverage, upcoming deadlines, and risk indicators.Expected output:
Check for active proceedings and litigation risk
Identify any pending oppositions, cancellations, or other proceedings that could affect the portfolio’s value.Expected output:
Pending proceedings are a material risk factor in M&A. An ongoing opposition could result in loss of rights to a key brand. Make sure to flag these for the deal team and factor potential outcomes into the valuation.
Key risk indicators to flag
| Risk Factor | How to detect | Severity |
|---|---|---|
| Pending oppositions/cancellations | GET /v1/proceedings?party_owner_id=...&status=pending | High |
| High abandonment rate (>15%) | Owner stats abandonment_rate | Medium |
| Marks approaching expiry without renewal | GET /v1/portfolios/{id}/deadlines with due_before | High |
| Thin jurisdiction coverage | Owner stats jurisdiction_count vs business footprint | Medium |
| No Madrid filings for international brands | Filter filing_route=direct_national only | Low |
| Missing use declarations (US) | Deadline type declaration_of_use past window | High |
What’s next
Ownership Transfer
After the deal closes, plan and execute the trademark ownership transfer.
Class Coverage Audits
Identify gaps in the acquired portfolio’s Nice class coverage.
Portfolio Monitoring
Set up ongoing monitoring for the newly acquired marks.