Prerequisites
- A Signa API key with
trademarks:readscope - The target company name or known identifiers (ticker symbol, LEI, owner ID)
1
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:
2
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.3
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.
4
Assess portfolio health
Analyze the collected marks to build a health scorecard: status distribution, jurisdiction coverage, upcoming deadlines, and risk indicators.Expected output:
5
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.
6
Generate a diligence summary
Compile all findings into a structured report suitable for the deal team.
Key risk indicators to flag
After the deal closes: verify the ownership transfer
Once the acquisition closes and you file the assignment paperwork with each office, use the sameallMarkIds you already collected during diligence to confirm the transfer landed correctly. There is no separate “transfer” endpoint. An assignment shows up as an ordinary owner change on the trademark record once the office processes and Signa ingests it.
1
Check recorded ownership in bulk
Batch-fetch the acquired marks (chunked to the 100-item limit) and check which ones now list the acquiring entity as owner.
TypeScript
2
Pinpoint exactly when a transfer was recorded
For any individual mark, Trademark Changes gives you the version history so you can see the exact moment the owner field changed.
TypeScript
What’s next
Renewal Management
Make sure no deadlines are missed while transfer recordings are in progress.
Opposition Tracking
Monitor any proceedings that transfer with the acquired portfolio.