{
	"info": {
		"_postman_id": "798c7f7f-7da2-46d8-a3d6-7f9012284cb4",
		"name": "BR-DATA-API-v3.postman_collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Bond data (EM+IG+HY)",
			"item": [
				{
					"name": "Get EM Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/em/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"em",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get EM Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/em/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"em",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get EM Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/em/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"em",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get EM Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/em/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"em",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "13308931"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get IG Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/ig/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"ig",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get IG Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/ig/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"ig",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get IG Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/ig/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"ig",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get IG Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/ig/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"ig",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "13309759"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get HY Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get HY Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get HY Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get HY Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "13309176"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Leveraged Finance data (HY +LL)",
			"item": [
				{
					"name": "Get HY Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get HY Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get HY Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get HY Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/bond/hy/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"bond",
								"hy",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "13309176"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "43520"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Loan data (AF + CF +LL)",
			"item": [
				{
					"name": "Get AF Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/af/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"af",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get AF Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/af/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"af",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get AF Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/af/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"af",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get AF Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/af/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"af",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "43426"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get CF Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/cf/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"cf",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get CF Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/cf/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"cf",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get CF Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/cf/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"cf",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get CF Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/cf/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"cf",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "40047"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Expected deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/expected-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"expected-deal"
							],
							"query": [
								{
									"key": "changedFrom",
									"value": "2021-01-01T00:00:00Z",
									"description": "Filter for lower boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								},
								{
									"key": "changedTo",
									"value": "2021-06-01T00:00:00Z",
									"description": "Filter for upper boundary of changed datetime value in ISO format (date-time)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Expected deals pagination",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/expected-deal?pageSize={{pageSize}}",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"expected-deal"
							],
							"query": [
								{
									"key": "pageSize",
									"value": "{{pageSize}}"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Priced deals",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/priced-deal",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"priced-deal"
							],
							"query": [
								{
									"key": "pricingDateFrom",
									"value": "2021-01-01",
									"description": "Filter for lower boundary of pricing date value in ISO format (date)",
									"disabled": true
								},
								{
									"key": "pricingDateTo",
									"value": "2021-06-01",
									"description": "Filter for upper boundary of pricing date value in ISO format (date)",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get LL Priced deal (Add Deal id)",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{accessToken}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.bondradar.com/v3/loan/ll/priced-deal/:id/",
							"protocol": "https",
							"host": [
								"api",
								"bondradar",
								"com"
							],
							"path": [
								"v3",
								"loan",
								"ll",
								"priced-deal",
								":id",
								""
							],
							"variable": [
								{
									"key": "id",
									"value": "41404"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "OAuth Token",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test(\"Successful json response\", function () {",
							"    pm.response.to.be.success;",
							"    pm.response.to.have.jsonBody();",
							"});",
							"",
							"var schema = {",
							"    \"type\": \"object\",",
							"    \"properties\": {",
							"        \"access_token\": {\"type\": \"string\"},",
							"        \"expires_in\": {\"type\": \"integer\"},",
							"        \"token_type\": {\"type\": \"string\"},",
							"        \"scope\": {\"type\": \"string\"},",
							"        \"refresh_token\": {\"type\": \"string\"}",
							"    },",
							"    \"required\": [\"access_token\", \"expires_in\", \"token_type\", \"scope\"]",
							"};",
							"",
							"pm.test('Schema is valid', function() {",
							"  pm.expect(tv4.validate(pm.response.json(), schema)).to.be.true;",
							"});",
							"",
							"var jsonData = pm.response.json();",
							"pm.environment.set(\"accessToken\", jsonData.access_token);",
							"pm.environment.set(\"refreshToken\", jsonData.refresh_token);",
							"pm.environment.set(\"expiresIn\", jsonData.expires_in);"
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"auth": {
					"type": "basic",
					"basic": [
						{
							"key": "password",
							"value": "{{clientSecret}}",
							"type": "string"
						},
						{
							"key": "username",
							"value": "{{clientId}}",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "grant_type",
							"value": "client_credentials",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "https://api.bondradar.com/oauth/token?grant_type=client_credentials",
					"protocol": "https",
					"host": [
						"api",
						"bondradar",
						"com"
					],
					"path": [
						"oauth",
						"token"
					],
					"query": [
						{
							"key": "grant_type",
							"value": "client_credentials"
						}
					]
				}
			},
			"response": []
		}
	]
}