> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spaceport.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: CoreAgreement

[index](.././index).CoreAgreement

## Table of contents

### Properties

* [id](#id)
* [date\_created](#date_created)
* [effective\_date](#effective_date)
* [status](#status)
* [storage\_access](#storage_access)
* [listing](#listing)
* [licensee](#licensee)
* [agreements\_on\_chain](#agreements_on_chain)

## Properties

### id

• **id**: `string`

### date\_created

• **date\_created**: `string`

### effective\_date

• `Optional` **effective\_date**: `string`

### status

• **status**: `string`

### storage\_access

• `Optional` **storage\_access**: `string`

### listing

• **listing**: `Object`

#### Type declaration

| Name                         | Type                                                                                                                             |
| :--------------------------- | :------------------------------------------------------------------------------------------------------------------------------- |
| `id`                         | `string`                                                                                                                         |
| `title?`                     | `string`                                                                                                                         |
| `description?`               | `string`                                                                                                                         |
| `licensor`                   | \{ `id`: `string` ; `first_name`: `string` ; `last_name`: `string` ; `organization?`: \{ `id`: `string` ; `name`: `string`  }  } |
| `licensor.id`                | `string`                                                                                                                         |
| `licensor.first_name`        | `string`                                                                                                                         |
| `licensor.last_name`         | `string`                                                                                                                         |
| `licensor.organization?`     | \{ `id`: `string` ; `name`: `string`  }                                                                                          |
| `licensor.organization.id`   | `string`                                                                                                                         |
| `licensor.organization.name` | `string`                                                                                                                         |

### licensee

• **licensee**: `Object`

#### Type declaration

| Name                | Type                                    |
| :------------------ | :-------------------------------------- |
| `id`                | `string`                                |
| `first_name`        | `string`                                |
| `last_name`         | `string`                                |
| `organization?`     | \{ `id`: `string` ; `name`: `string`  } |
| `organization.id`   | `string`                                |
| `organization.name` | `string`                                |

### agreements\_on\_chain

• `Optional` **agreements\_on\_chain**: \{ `agreement_on_chain_id`: `string` ; `agreement_on_chain_timestamp?`: `string`  }\[]
