> For the complete documentation index, see [llms.txt](https://docs.anzen.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anzen.finance/private-credit/private-securitizations/transaction-parties/originators.md).

# Originators

Originators are companies that extend credit to their borrower clients based on their underwriting criteria. The type of credit extended depends on which asset class the Originator is associated with and whether or not their credit products are generic or bespoke.&#x20;

Originators typically maintain four key pillars in their business:

1. Sourcing - Finding new borrower clients through various means, including brokers, paid advertising and referrals
2. Underwriting - Vetting and onboarding new borrower clients based on specific criteria, typically leveraging publicly available information like credit scores as well as other data points to assess the borrower's creditworthiness and determine appropriate terms
3. Servicing - Ongoing interactions with the borrower to ensure timely receipt of payments, managing inquiries and producing statements and/or other disclosures
4. Collections - Pursuit of delinquent borrowers to maximize recovery through all recourse and protections available under contractual agreements

Some of the above pillars may be outsourced, such as servicing and collections, but underwriting is typically the originator's core value proposition and is nearly always performed in-house.

The role an originator specifically plays in a private securitization is the party that is raising debt capital from investors to fund their origination activities. By contributing their originated assets to an SPV and adhering to all the requirements per the debt instrument's terms, they are able to raise attractive capital that is typically non-recourse to the originator since the assets and the overall structure directly support the debt instrument. The originator is also typically the sole owner of the SPV and is subject to various reporting requirements. Therefore, the SPV is typically the borrower in a private securitization.

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.anzen.finance/private-credit/private-securitizations/transaction-parties/originators.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
