Participant SPACs Function (PART.SPACS)
=spac.PART.SPACS( name, relationship, relationshipType )
Returns a table of SPACs related to a participant, optionally narrowed to a specific relationship.
Parameters
name
The name of the participant. Use the standardized name returned by the PART.FIND function.
relationship
The relationship to fetch (e.g. underwriter, counsel, advisor, auditor, sponsor, investor). Optional.
relationshipType
The relationship type to fetch. Only valid together with a relationship. Optional.
Examples
What SPACs are related to "CITADEL SECURITIES LLC"?
=spac.PART.SPACS("CITADEL SECURITIES LLC")
For which SPACs is "CITADEL SECURITIES LLC" an underwriter?
=spac.PART.SPACS("CITADEL SECURITIES LLC", "underwriter")