The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
cik: string
adsh: string
commentNumber: string
commentColumn: string
commentDescription: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 862
to
{'cik': Value('string'), 'adsh': Value('string'), 'assetTypeNumber': Value('string'), 'assetNumber': Value('string'), 'reportingPeriodBeginningDate': Value('timestamp[ns]'), 'reportingPeriodEndDate': Value('timestamp[ns]'), 'originatorName': Value('string'), 'originationDate': Value('timestamp[ns]'), 'originalLoanAmount': Value('float64'), 'originalTermLoanNumber': Value('float64'), 'maturityDate': Value('timestamp[ns]'), 'originalInterestRatePercentage': Value('float64'), 'interestRateSecuritizationPercentage': Value('float64'), 'interestAccrualMethodCode': Value('float64'), 'originalInterestRateTypeCode': Value('float64'), 'originalInterestOnlyTermNumber': Value('float64'), 'firstLoanPaymentDueDate': Value('timestamp[ns]'), 'underwritingIndicator': Value('bool'), 'lienPositionSecuritizationCode': Value('float64'), 'loanStructureCode': Value('string'), 'paymentTypeCode': Value('float64'), 'periodicPrincipalAndInterestPaymentSecuritizationAmount': Value('float64'), 'scheduledPrincipalBalanceSecuritizationAmount': Value('float64'), 'paymentFrequencyCode': Value('float64'), 'NumberPropertiesSecuritization': Value('float64'), 'NumberProperties': Value('float64'), 'graceDaysAllowedNumber': Value('float64'), 'interestOnlyIndicator': Value('bool'), 'balloonIndicator': Value('bool'), 'prepaymentPremiumIndicator': Value('bool'), 'negativeAmortizationIndicator': Value('bool'), 'modifiedIndicator': Value('bool'), 'prepaymentLockOutEndDate': Value('timestamp[ns]'), 'propertyName': Value
...
cator': Value('bool'), 'totalPrincipalInterestAdvancedOutstandingAmount': Value('float64'), 'totalTaxesInsuranceAdvancesOutstandingAmount': Value('float64'), 'otherExpensesAdvancedOutstandingAmount': Value('float64'), 'paymentStatusLoanCode': Value('float64'), 'primaryServicerName': Value('string'), 'assetSubjectDemandIndicator': Value('bool'), 'propertyAddress': Value('string'), 'propertyCity': Value('string'), 'propertyZip': Value('string'), 'propertyCounty': Value('string'), 'netRentableSquareFeetNumber': Value('float64'), 'yearBuiltNumber': Value('float64'), 'yearLastRenovated': Value('float64'), 'propertyStatusCode': Value('float64'), 'largestTenant': Value('string'), 'squareFeetLargestTenantNumber': Value('float64'), 'leaseExpirationLargestTenantDate': Value('timestamp[ns]'), 'secondLargestTenant': Value('string'), 'squareFeetSecondLargestTenantNumber': Value('float64'), 'leaseExpirationSecondLargestTenantDate': Value('timestamp[ns]'), 'thirdLargestTenant': Value('string'), 'squareFeetThirdLargestTenantNumber': Value('float64'), 'leaseExpirationThirdLargestTenantDate': Value('timestamp[ns]'), 'netOperatingIncomeNetCashFlowCode': Value('string'), 'originalAmortizationTermNumber': Value('float64'), 'unitsBedsRoomsNumber': Value('float64'), 'unitsBedsRoomsSecuritizationNumber': Value('float64'), 'firstPaymentAdjustmentDate': Value('timestamp[ns]'), 'yieldMaintenanceEndDate': Value('timestamp[ns]'), 'hyperAmortizingDate': Value('timestamp[ns]'), 'GroupID': Value('float64')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
return get_rows(
^^^^^^^^^
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/parquet/parquet.py", line 209, in _generate_tables
yield Key(file_idx, batch_idx), self._cast_table(pa_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/parquet/parquet.py", line 147, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
cik: string
adsh: string
commentNumber: string
commentColumn: string
commentDescription: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 862
to
{'cik': Value('string'), 'adsh': Value('string'), 'assetTypeNumber': Value('string'), 'assetNumber': Value('string'), 'reportingPeriodBeginningDate': Value('timestamp[ns]'), 'reportingPeriodEndDate': Value('timestamp[ns]'), 'originatorName': Value('string'), 'originationDate': Value('timestamp[ns]'), 'originalLoanAmount': Value('float64'), 'originalTermLoanNumber': Value('float64'), 'maturityDate': Value('timestamp[ns]'), 'originalInterestRatePercentage': Value('float64'), 'interestRateSecuritizationPercentage': Value('float64'), 'interestAccrualMethodCode': Value('float64'), 'originalInterestRateTypeCode': Value('float64'), 'originalInterestOnlyTermNumber': Value('float64'), 'firstLoanPaymentDueDate': Value('timestamp[ns]'), 'underwritingIndicator': Value('bool'), 'lienPositionSecuritizationCode': Value('float64'), 'loanStructureCode': Value('string'), 'paymentTypeCode': Value('float64'), 'periodicPrincipalAndInterestPaymentSecuritizationAmount': Value('float64'), 'scheduledPrincipalBalanceSecuritizationAmount': Value('float64'), 'paymentFrequencyCode': Value('float64'), 'NumberPropertiesSecuritization': Value('float64'), 'NumberProperties': Value('float64'), 'graceDaysAllowedNumber': Value('float64'), 'interestOnlyIndicator': Value('bool'), 'balloonIndicator': Value('bool'), 'prepaymentPremiumIndicator': Value('bool'), 'negativeAmortizationIndicator': Value('bool'), 'modifiedIndicator': Value('bool'), 'prepaymentLockOutEndDate': Value('timestamp[ns]'), 'propertyName': Value
...
cator': Value('bool'), 'totalPrincipalInterestAdvancedOutstandingAmount': Value('float64'), 'totalTaxesInsuranceAdvancesOutstandingAmount': Value('float64'), 'otherExpensesAdvancedOutstandingAmount': Value('float64'), 'paymentStatusLoanCode': Value('float64'), 'primaryServicerName': Value('string'), 'assetSubjectDemandIndicator': Value('bool'), 'propertyAddress': Value('string'), 'propertyCity': Value('string'), 'propertyZip': Value('string'), 'propertyCounty': Value('string'), 'netRentableSquareFeetNumber': Value('float64'), 'yearBuiltNumber': Value('float64'), 'yearLastRenovated': Value('float64'), 'propertyStatusCode': Value('float64'), 'largestTenant': Value('string'), 'squareFeetLargestTenantNumber': Value('float64'), 'leaseExpirationLargestTenantDate': Value('timestamp[ns]'), 'secondLargestTenant': Value('string'), 'squareFeetSecondLargestTenantNumber': Value('float64'), 'leaseExpirationSecondLargestTenantDate': Value('timestamp[ns]'), 'thirdLargestTenant': Value('string'), 'squareFeetThirdLargestTenantNumber': Value('float64'), 'leaseExpirationThirdLargestTenantDate': Value('timestamp[ns]'), 'netOperatingIncomeNetCashFlowCode': Value('string'), 'originalAmortizationTermNumber': Value('float64'), 'unitsBedsRoomsNumber': Value('float64'), 'unitsBedsRoomsSecuritizationNumber': Value('float64'), 'firstPaymentAdjustmentDate': Value('timestamp[ns]'), 'yieldMaintenanceEndDate': Value('timestamp[ns]'), 'hyperAmortizingDate': Value('timestamp[ns]'), 'GroupID': Value('float64')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
| cik | form | accessionNumber | fileNumber | filmNumber | reportDate | url |
|---|---|---|---|---|---|---|
| 1698685 | ABS-EE | 0001539497-17-000524 | 333-206677-15 | 17722656 | 2017-04-11 | https://sec.gov/Archives/edgar/data/1698685/000153949717000524 |
| 1698685 | ABS-EE | 0001056404-17-002523 | 333-206677-15 | 17884303 | 2017-05-17 | https://sec.gov/Archives/edgar/data/1698685/000105640417002523 |
| 1698685 | ABS-EE | 0001056404-17-002997 | 333-206677-15 | 17941652 | 2017-06-16 | https://sec.gov/Archives/edgar/data/1698685/000105640417002997 |
| 1698685 | ABS-EE | 0001056404-17-003451 | 333-206677-15 | 17995619 | 2017-07-17 | https://sec.gov/Archives/edgar/data/1698685/000105640417003451 |
| 1698685 | ABS-EE | 0001056404-17-003823 | 333-206677-15 | 171058477 | 2017-08-17 | https://sec.gov/Archives/edgar/data/1698685/000105640417003823 |
| 1698685 | ABS-EE | 0001056404-17-004480 | 333-206677-15 | 171113275 | 2017-09-15 | https://sec.gov/Archives/edgar/data/1698685/000105640417004480 |
| 1698685 | ABS-EE | 0001056404-17-005057 | 333-206677-15 | 171168310 | 2017-10-17 | https://sec.gov/Archives/edgar/data/1698685/000105640417005057 |
| 1698685 | ABS-EE | 0001056404-17-005597 | 333-206677-15 | 171234033 | 2017-11-17 | https://sec.gov/Archives/edgar/data/1698685/000105640417005597 |
| 1698685 | ABS-EE | 0001056404-17-006054 | 333-206677-15 | 171280379 | 2017-12-15 | https://sec.gov/Archives/edgar/data/1698685/000105640417006054 |
| 1698685 | ABS-EE | 0001056404-18-000571 | 333-206677-15 | 18568910 | 2018-01-18 | https://sec.gov/Archives/edgar/data/1698685/000105640418000571 |
| 1698685 | ABS-EE | 0001056404-18-001003 | 333-206677-15 | 18660269 | 2018-02-16 | https://sec.gov/Archives/edgar/data/1698685/000105640418001003 |
| 1698685 | ABS-EE | 0001056404-18-002078 | 333-206677-15 | 18724926 | 2018-03-16 | https://sec.gov/Archives/edgar/data/1698685/000105640418002078 |
| 1698685 | ABS-EE | 0001056404-18-002833 | 333-206677-15 | 18797814 | 2018-04-17 | https://sec.gov/Archives/edgar/data/1698685/000105640418002833 |
| 1698685 | ABS-EE | 0001056404-18-003752 | 333-206677-15 | 18874515 | 2018-05-11 | https://sec.gov/Archives/edgar/data/1698685/000105640418003752 |
| 1698685 | ABS-EE | 0001056404-18-004410 | 333-206677-15 | 18931778 | 2018-06-11 | https://sec.gov/Archives/edgar/data/1698685/000105640418004410 |
| 1698685 | ABS-EE | 0001056404-18-005197 | 333-206677-15 | 18983493 | 2018-07-11 | https://sec.gov/Archives/edgar/data/1698685/000105640418005197 |
| 1698685 | ABS-EE | 0001056404-18-006122 | 333-206677-15 | 181051997 | 2018-08-13 | https://sec.gov/Archives/edgar/data/1698685/000105640418006122 |
| 1698685 | ABS-EE | 0001056404-18-006970 | 333-206677-15 | 181101102 | 2018-09-11 | https://sec.gov/Archives/edgar/data/1698685/000105640418006970 |
| 1698685 | ABS-EE | 0001056404-18-007553 | 333-206677-15 | 181150032 | 2018-10-11 | https://sec.gov/Archives/edgar/data/1698685/000105640418007553 |
| 1698685 | ABS-EE | 0001056404-18-008329 | 333-206677-15 | 181215783 | 2018-11-13 | https://sec.gov/Archives/edgar/data/1698685/000105640418008329 |
| 1698685 | ABS-EE | 0001056404-19-000089 | 333-206677-15 | 19500644 | 2018-12-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419000089 |
| 1698685 | ABS-EE | 0001056404-19-000918 | 333-206677-15 | 19558360 | 2019-01-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419000918 |
| 1698685 | ABS-EE | 0001056404-19-001841 | 333-206677-15 | 19648945 | 2019-02-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419001841 |
| 1698685 | ABS-EE | 0001056404-19-002948 | 333-206677-15 | 19711663 | 2019-03-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419002948 |
| 1698685 | ABS-EE | 0001056404-19-003983 | 333-206677-15 | 19779020 | 2019-04-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419003983 |
| 1698685 | ABS-EE | 0001056404-19-005304 | 333-206677-15 | 19872420 | 2019-05-13 | https://sec.gov/Archives/edgar/data/1698685/000105640419005304 |
| 1698685 | ABS-EE | 0001056404-19-006145 | 333-206677-15 | 19932587 | 2019-06-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419006145 |
| 1698685 | ABS-EE | 0001056404-19-006981 | 333-206677-15 | 19988175 | 2019-07-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419006981 |
| 1698685 | ABS-EE | 0001056404-19-007849 | 333-206677-15 | 191067227 | 2019-08-12 | https://sec.gov/Archives/edgar/data/1698685/000105640419007849 |
| 1698685 | ABS-EE | 0001056404-19-008685 | 333-206677-15 | 191125623 | 2019-09-11 | https://sec.gov/Archives/edgar/data/1698685/000105640419008685 |
| 1698685 | ABS-EE | 0001056404-19-009949 | 333-206677-15 | 191180583 | 2019-10-18 | https://sec.gov/Archives/edgar/data/1698685/000105640419009949 |
| 1698685 | ABS-EE | 0001056404-19-011048 | 333-206677-15 | 191255984 | 2019-11-18 | https://sec.gov/Archives/edgar/data/1698685/000105640419011048 |
| 1698685 | ABS-EE | 0001056404-19-012249 | 333-206677-15 | 191316699 | 2019-12-17 | https://sec.gov/Archives/edgar/data/1698685/000105640419012249 |
| 1698685 | ABS-EE | 0001056404-20-000523 | 333-206677-15 | 20557695 | 2020-01-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420000523 |
| 1698685 | ABS-EE | 0001056404-20-001807 | 333-206677-15 | 20681334 | 2020-02-18 | https://sec.gov/Archives/edgar/data/1698685/000105640420001807 |
| 1698685 | ABS-EE | 0001056404-20-003703 | 333-206677-15 | 20761702 | 2020-03-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420003703 |
| 1698685 | ABS-EE | 0001056404-20-004616 | 333-206677-15 | 20834002 | 2020-04-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420004616 |
| 1698685 | ABS-EE | 0001056404-20-006012 | 333-206677-15 | 20929279 | 2020-05-15 | https://sec.gov/Archives/edgar/data/1698685/000105640420006012 |
| 1698685 | ABS-EE | 0001056404-20-007448 | 333-206677-15 | 201007405 | 2020-06-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420007448 |
| 1698685 | ABS-EE | 0001056404-20-008315 | 333-206677-15 | 201064658 | 2020-07-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420008315 |
| 1698685 | ABS-EE | 0001056404-20-009603 | 333-206677-15 | 201150960 | 2020-08-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420009603 |
| 1698685 | ABS-EE | 0001056404-20-010705 | 333-206677-15 | 201212490 | 2020-09-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420010705 |
| 1698685 | ABS-EE | 0001056404-20-011743 | 333-206677-15 | 201279296 | 2020-10-19 | https://sec.gov/Archives/edgar/data/1698685/000105640420011743 |
| 1698685 | ABS-EE | 0001056404-20-013193 | 333-206677-15 | 201364543 | 2020-11-18 | https://sec.gov/Archives/edgar/data/1698685/000105640420013193 |
| 1698685 | ABS-EE | 0001056404-20-014391 | 333-206677-15 | 201427589 | 2020-12-17 | https://sec.gov/Archives/edgar/data/1698685/000105640420014391 |
| 1698685 | ABS-EE | 0001056404-21-000844 | 333-206677-15 | 21566119 | 2021-01-15 | https://sec.gov/Archives/edgar/data/1698685/000105640421000844 |
| 1698685 | ABS-EE | 0001056404-21-001876 | 333-206677-15 | 21708294 | 2021-02-18 | https://sec.gov/Archives/edgar/data/1698685/000105640421001876 |
| 1698685 | ABS-EE | 0001056404-21-003723 | 333-206677-15 | 21791135 | 2021-03-17 | https://sec.gov/Archives/edgar/data/1698685/000105640421003723 |
| 1698685 | ABS-EE | 0001056404-21-005241 | 333-206677-15 | 21877140 | 2021-04-16 | https://sec.gov/Archives/edgar/data/1698685/000105640421005241 |
| 1698685 | ABS-EE | 0001056404-21-006498 | 333-206677-15 | 21978029 | 2021-05-17 | https://sec.gov/Archives/edgar/data/1698685/000105640421006498 |
| 1698685 | ABS-EE | 0001056404-21-007743 | 333-206677-15 | 211061235 | 2021-06-17 | https://sec.gov/Archives/edgar/data/1698685/000105640421007743 |
| 1698685 | ABS-EE | 0001056404-21-009184 | 333-206677-15 | 211125733 | 2021-07-16 | https://sec.gov/Archives/edgar/data/1698685/000105640421009184 |
| 1698685 | ABS-EE | 0001056404-21-010282 | 333-206677-15 | 211223675 | 2021-08-17 | https://sec.gov/Archives/edgar/data/1698685/000105640421010282 |
| 1698685 | ABS-EE | 0001056404-21-011440 | 333-206677-15 | 211291011 | 2021-09-17 | https://sec.gov/Archives/edgar/data/1698685/000105640421011440 |
| 1698685 | ABS-EE | 0001056404-21-012581 | 333-206677-15 | 211347376 | 2021-10-18 | https://sec.gov/Archives/edgar/data/1698685/000105640421012581 |
| 1698685 | ABS-EE | 0001888524-21-001409 | 333-206677-15 | 211461808 | 2021-11-18 | https://sec.gov/Archives/edgar/data/1698685/000188852421001409 |
| 1698685 | ABS-EE | 0001888524-21-002586 | 333-206677-15 | 211523752 | 2021-12-17 | https://sec.gov/Archives/edgar/data/1698685/000188852421002586 |
| 1698685 | ABS-EE | 0001888524-22-000349 | 333-206677-15 | 22567095 | 2022-01-18 | https://sec.gov/Archives/edgar/data/1698685/000188852422000349 |
| 1698685 | ABS-EE | 0001888524-22-001896 | 333-206677-15 | 22698964 | 2022-02-17 | https://sec.gov/Archives/edgar/data/1698685/000188852422001896 |
| 1698685 | ABS-EE | 0001888524-22-003764 | 333-206677-15 | 22784917 | 2022-03-17 | https://sec.gov/Archives/edgar/data/1698685/000188852422003764 |
| 1698685 | ABS-EE | 0001888524-22-005259 | 333-206677-15 | 22868831 | 2022-04-18 | https://sec.gov/Archives/edgar/data/1698685/000188852422005259 |
| 1698685 | ABS-EE | 0001888524-22-006361 | 333-206677-15 | 22976154 | 2022-05-17 | https://sec.gov/Archives/edgar/data/1698685/000188852422006361 |
| 1698685 | ABS-EE | 0001888524-22-007776 | 333-206677-15 | 221053699 | 2022-06-17 | https://sec.gov/Archives/edgar/data/1698685/000188852422007776 |
| 1698685 | ABS-EE | 0001888524-22-009205 | 333-206677-15 | 221111731 | 2022-07-15 | https://sec.gov/Archives/edgar/data/1698685/000188852422009205 |
| 1698685 | ABS-EE | 0001888524-22-010301 | 333-206677-15 | 221209701 | 2022-08-17 | https://sec.gov/Archives/edgar/data/1698685/000188852422010301 |
| 1698685 | ABS-EE | 0001888524-22-012147 | 333-206677-15 | 221279993 | 2022-09-16 | https://sec.gov/Archives/edgar/data/1698685/000188852422012147 |
| 1698685 | ABS-EE | 0001888524-22-013038 | 333-206677-15 | 221336728 | 2022-10-17 | https://sec.gov/Archives/edgar/data/1698685/000188852422013038 |
| 1698685 | ABS-EE | 0001888524-22-014856 | 333-206677-15 | 221440417 | 2022-11-18 | https://sec.gov/Archives/edgar/data/1698685/000188852422014856 |
| 1698685 | ABS-EE | 0001888524-22-016122 | 333-206677-15 | 221498818 | 2022-12-16 | https://sec.gov/Archives/edgar/data/1698685/000188852422016122 |
| 1698685 | ABS-EE | 0001888524-23-000888 | 333-206677-15 | 23572315 | 2023-01-18 | https://sec.gov/Archives/edgar/data/1698685/000188852423000888 |
| 1698685 | ABS-EE | 0001888524-23-002255 | 333-206677-15 | 23696644 | 2023-02-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423002255 |
| 1698685 | ABS-EE | 0001888524-23-004565 | 333-206677-15 | 23776355 | 2023-03-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423004565 |
| 1698685 | ABS-EE | 0001888524-23-005734 | 333-206677-15 | 23855290 | 2023-04-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423005734 |
| 1698685 | ABS-EE | 0001888524-23-007656 | 333-206677-15 | 23980278 | 2023-05-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423007656 |
| 1698685 | ABS-EE | 0001888524-23-009247 | 333-206677-15 | 231057220 | 2023-06-16 | https://sec.gov/Archives/edgar/data/1698685/000188852423009247 |
| 1698685 | ABS-EE | 0001888524-23-010305 | 333-206677-15 | 231113857 | 2023-07-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423010305 |
| 1698685 | ABS-EE | 0001888524-23-012096 | 333-206677-15 | 231228422 | 2023-08-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423012096 |
| 1698685 | ABS-EE | 0001888524-23-013531 | 333-206677-15 | 231286454 | 2023-09-15 | https://sec.gov/Archives/edgar/data/1698685/000188852423013531 |
| 1698685 | ABS-EE | 0001888524-23-015029 | 333-206677-15 | 231359711 | 2023-10-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423015029 |
| 1698685 | ABS-EE | 0001888524-23-016404 | 333-206677-15 | 231455115 | 2023-11-17 | https://sec.gov/Archives/edgar/data/1698685/000188852423016404 |
| 1698685 | ABS-EE | 0001888524-23-017680 | 333-206677-15 | 231519996 | 2023-12-15 | https://sec.gov/Archives/edgar/data/1698685/000188852423017680 |
| 1698685 | ABS-EE | 0001888524-24-001207 | 333-206677-15 | 24581906 | 2024-01-18 | https://sec.gov/Archives/edgar/data/1698685/000188852424001207 |
| 1698685 | ABS-EE | 0001888524-24-002373 | 333-206677-15 | 24700006 | 2024-02-16 | https://sec.gov/Archives/edgar/data/1698685/000188852424002373 |
| 1698685 | ABS-EE | 0001888524-24-004598 | 333-206677-15 | 24787563 | 2024-03-15 | https://sec.gov/Archives/edgar/data/1698685/000188852424004598 |
| 1698685 | ABS-EE | 0001888524-24-006369 | 333-206677-15 | 24895229 | 2024-04-17 | https://sec.gov/Archives/edgar/data/1698685/000188852424006369 |
| 1698685 | ABS-EE | 0001888524-24-007425 | 333-206677-15 | 24995164 | 2024-05-17 | https://sec.gov/Archives/edgar/data/1698685/000188852424007425 |
| 1698685 | ABS-EE | 0001888524-24-008965 | 333-206677-15 | 241075825 | 2024-06-17 | https://sec.gov/Archives/edgar/data/1698685/000188852424008965 |
| 1698685 | ABS-EE | 0001888524-24-010699 | 333-206677-15 | 241151608 | 2024-07-17 | https://sec.gov/Archives/edgar/data/1698685/000188852424010699 |
- Downloads last month
- 18