Dataset Viewer
Auto-converted to Parquet Duplicate
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: int64
adsh: string
url: string
assetTypeNumber: string
assetNumber: int64
reportingPeriodBeginningDate: timestamp[ns]
reportingPeriodEndingDate: timestamp[ns]
originatorName: string
originationDate: timestamp[ns]
originalLoanAmount: double
originalLoanTerm: int64
loanMaturityDate: timestamp[ns]
originalInterestRatePercentage: double
interestCalculationTypeCode: int64
originalInterestRateTypeCode: int64
originalInterestOnlyTermNumber: int64
originalFirstPaymentDate: timestamp[ns]
underwritingIndicator: bool
gracePeriodNumber: int64
paymentTypeCode: int64
subvented: int64
vehicleManufacturerName: string
vehicleModelName: string
vehicleNewUsedCode: int64
vehicleModelYear: int64
vehicleTypeCode: int64
vehicleValueAmount: double
vehicleValueSourceCode: int64
obligorCreditScoreType: string
obligorCreditScore: int64
obligorIncomeVerificationLevelCode: int64
obligorEmploymentVerificationCode: int64
coObligorIndicator: bool
paymentToIncomePercentage: double
obligorGeographicLocation: string
assetAddedIndicator: bool
remainingTermToMaturityNumber: int64
reportingPeriodModificationIndicator: bool
servicingAdvanceMethodCode: int64
reportingPeriodBeginningLoanBalanceAmount: double
nextReportingPeriodPaymentAmountDue: double
reportingPeriodInterestRatePercentage: double
nextInterestRatePercentage: double
servicingFeePercentage: double
servicingFlatFeeAmount: double
otherServicerFeeRetainedByServicer: double
otherAssessedUncollectedServicerFeeAmount: double
scheduledInterestAmount: double
scheduledPrincipalAmount: double
otherPrincipalAdjustmentAmount: double
reportingPeriodActualEndBalanceAmount: double
reportingPeriodScheduledPaymentAmount: double
totalActualAmountPaid: double
actualInterestCollectedAmount: double
actualPrincipalCollectedAmount: double
actualOtherCollectedAmount: double
servicerAdvancedAmount: double
interestPaidThroughDate: timestamp[ns]
currentDelinquencyStatus: int64
primaryLoanServicerName: string
assetSubjectDemandIndicator: bool
repossessedIndicator: bool
modificationTypeCode: double
paymentExtendedNumber: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 9608
to
{'originationDate': Value('large_string'), 'originalLoanAmount': Value('large_string'), 'loanMaturityDate': Value('large_string'), 'originalInterestRatePercentage': Value('large_string'), 'originalInterestOnlyTermNumber': Value('large_string'), 'gracePeriodNumber': Value('large_string'), 'vehicleManufacturerName': Value('large_string'), 'vehicleTypeCode': Value('large_string'), 'vehicleValueSourceCode': Value('large_string'), 'obligorCreditScore': Value('large_string'), 'obligorIncomeVerificationLevelCode': Value('large_string'), 'obligorEmploymentVerificationCode': Value('large_string'), 'paymentToIncomePercentage': Value('large_string'), 'obligorGeographicLocation': Value('large_string'), 'remainingTermToMaturityNumber': Value('large_string'), 'nextReportingPeriodPaymentAmountDue': Value('large_string'), 'servicingFlatFeeAmount': Value('large_string'), 'otherServicerFeeRetainedByServicer': Value('large_string'), 'otherAssessedUncollectedServicerFeeAmount': Value('large_string'), 'scheduledInterestAmount': Value('large_string'), 'scheduledPrincipalAmount': Value('large_string'), 'reportingPeriodScheduledPaymentAmount': Value('large_string'), 'totalActualAmountPaid': Value('large_string'), 'actualInterestCollectedAmount': Value('large_string'), 'actualPrincipalCollectedAmount': Value('large_string'), 'actualOtherCollectedAmount': Value('large_string'), 'interestPaidThroughDate': Value('large_string'), 'currentDelinquencyStatus': Value('large_string'), 'mostRecentServicingTransferReceivedDate': Value('large_string'), 'assetSubjectDemandIndicator': Value('large_string'), 'assetSubjectDemandStatusCode': Value('large_string'), 'repurchaseAmount': Value('large_string'), 'demandResolutionDate': Value('large_string'), 'repurchaserName': Value('large_string'), 'repurchaseReplacementReasonCode': Value('large_string'), 'chargedoffPrincipalAmount': Value('large_string'), 'recoveredAmount': Value('large_string'), 'repossessedIndicator': Value('large_string'), 'repossessedProceedsAmount': Value('large_string')}
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: int64
              adsh: string
              url: string
              assetTypeNumber: string
              assetNumber: int64
              reportingPeriodBeginningDate: timestamp[ns]
              reportingPeriodEndingDate: timestamp[ns]
              originatorName: string
              originationDate: timestamp[ns]
              originalLoanAmount: double
              originalLoanTerm: int64
              loanMaturityDate: timestamp[ns]
              originalInterestRatePercentage: double
              interestCalculationTypeCode: int64
              originalInterestRateTypeCode: int64
              originalInterestOnlyTermNumber: int64
              originalFirstPaymentDate: timestamp[ns]
              underwritingIndicator: bool
              gracePeriodNumber: int64
              paymentTypeCode: int64
              subvented: int64
              vehicleManufacturerName: string
              vehicleModelName: string
              vehicleNewUsedCode: int64
              vehicleModelYear: int64
              vehicleTypeCode: int64
              vehicleValueAmount: double
              vehicleValueSourceCode: int64
              obligorCreditScoreType: string
              obligorCreditScore: int64
              obligorIncomeVerificationLevelCode: int64
              obligorEmploymentVerificationCode: int64
              coObligorIndicator: bool
              paymentToIncomePercentage: double
              obligorGeographicLocation: string
              assetAddedIndicator: bool
              remainingTermToMaturityNumber: int64
              reportingPeriodModificationIndicator: bool
              servicingAdvanceMethodCode: int64
              reportingPeriodBeginningLoanBalanceAmount: double
              nextReportingPeriodPaymentAmountDue: double
              reportingPeriodInterestRatePercentage: double
              nextInterestRatePercentage: double
              servicingFeePercentage: double
              servicingFlatFeeAmount: double
              otherServicerFeeRetainedByServicer: double
              otherAssessedUncollectedServicerFeeAmount: double
              scheduledInterestAmount: double
              scheduledPrincipalAmount: double
              otherPrincipalAdjustmentAmount: double
              reportingPeriodActualEndBalanceAmount: double
              reportingPeriodScheduledPaymentAmount: double
              totalActualAmountPaid: double
              actualInterestCollectedAmount: double
              actualPrincipalCollectedAmount: double
              actualOtherCollectedAmount: double
              servicerAdvancedAmount: double
              interestPaidThroughDate: timestamp[ns]
              currentDelinquencyStatus: int64
              primaryLoanServicerName: string
              assetSubjectDemandIndicator: bool
              repossessedIndicator: bool
              modificationTypeCode: double
              paymentExtendedNumber: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 9608
              to
              {'originationDate': Value('large_string'), 'originalLoanAmount': Value('large_string'), 'loanMaturityDate': Value('large_string'), 'originalInterestRatePercentage': Value('large_string'), 'originalInterestOnlyTermNumber': Value('large_string'), 'gracePeriodNumber': Value('large_string'), 'vehicleManufacturerName': Value('large_string'), 'vehicleTypeCode': Value('large_string'), 'vehicleValueSourceCode': Value('large_string'), 'obligorCreditScore': Value('large_string'), 'obligorIncomeVerificationLevelCode': Value('large_string'), 'obligorEmploymentVerificationCode': Value('large_string'), 'paymentToIncomePercentage': Value('large_string'), 'obligorGeographicLocation': Value('large_string'), 'remainingTermToMaturityNumber': Value('large_string'), 'nextReportingPeriodPaymentAmountDue': Value('large_string'), 'servicingFlatFeeAmount': Value('large_string'), 'otherServicerFeeRetainedByServicer': Value('large_string'), 'otherAssessedUncollectedServicerFeeAmount': Value('large_string'), 'scheduledInterestAmount': Value('large_string'), 'scheduledPrincipalAmount': Value('large_string'), 'reportingPeriodScheduledPaymentAmount': Value('large_string'), 'totalActualAmountPaid': Value('large_string'), 'actualInterestCollectedAmount': Value('large_string'), 'actualPrincipalCollectedAmount': Value('large_string'), 'actualOtherCollectedAmount': Value('large_string'), 'interestPaidThroughDate': Value('large_string'), 'currentDelinquencyStatus': Value('large_string'), 'mostRecentServicingTransferReceivedDate': Value('large_string'), 'assetSubjectDemandIndicator': Value('large_string'), 'assetSubjectDemandStatusCode': Value('large_string'), 'repurchaseAmount': Value('large_string'), 'demandResolutionDate': Value('large_string'), 'repurchaserName': Value('large_string'), 'repurchaseReplacementReasonCode': Value('large_string'), 'chargedoffPrincipalAmount': Value('large_string'), 'recoveredAmount': Value('large_string'), 'repossessedIndicator': Value('large_string'), 'repossessedProceedsAmount': Value('large_string')}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

California Republic Auto Receivables Trust 2018-1

SEC ABS-EE asset-level filings for CIK 1741276 (California Republic Auto Receivables Trust 2018-1).

  • Filings: 54
  • Parquet files: 211
  • Total size: 182.4 MB
  • Reporting period start: 2018-05-31
  • Reporting period end: 2022-09-30

Parquet files are loan-level / asset-level data extracted from XML exhibits, organised as {accession_nodash}/{exhibit_name}.parquet. Reporting-period dates are derived from the asset-level XML (reportingPeriodEndingDate).

Filing index

cik form accessionNumber reportDate url
1741276 ABS-EE 0000950131-18-000916 N/A https://sec.gov/Archives/edgar/data/1741276/000095013118000916
1741276 ABS-EE/A 0000950131-18-000920 2018-05-31 https://sec.gov/Archives/edgar/data/1741276/000095013118000920
1741276 ABS-EE 0000950131-18-001364 2018-06-30 https://sec.gov/Archives/edgar/data/1741276/000095013118001364
1741276 ABS-EE 0000950131-18-001613 2018-07-31 https://sec.gov/Archives/edgar/data/1741276/000095013118001613
1741276 ABS-EE 0000950131-18-001876 2018-08-31 https://sec.gov/Archives/edgar/data/1741276/000095013118001876
1741276 ABS-EE 0000950131-18-002151 2018-09-30 https://sec.gov/Archives/edgar/data/1741276/000095013118002151
1741276 ABS-EE 0000950131-18-002499 2018-10-31 https://sec.gov/Archives/edgar/data/1741276/000095013118002499
1741276 ABS-EE 0000950131-18-002773 2018-11-30 https://sec.gov/Archives/edgar/data/1741276/000095013118002773
1741276 ABS-EE 0000950131-19-000194 2018-12-31 https://sec.gov/Archives/edgar/data/1741276/000095013119000194
1741276 ABS-EE 0000950131-19-000506 2019-01-31 https://sec.gov/Archives/edgar/data/1741276/000095013119000506
1741276 ABS-EE 0000950131-19-000788 2019-02-28 https://sec.gov/Archives/edgar/data/1741276/000095013119000788
1741276 ABS-EE 0000950131-19-001101 2019-03-31 https://sec.gov/Archives/edgar/data/1741276/000095013119001101
1741276 ABS-EE 0000950131-19-001441 2019-04-30 https://sec.gov/Archives/edgar/data/1741276/000095013119001441
1741276 ABS-EE 0000950131-19-001691 2019-05-31 https://sec.gov/Archives/edgar/data/1741276/000095013119001691
1741276 ABS-EE 0000950131-19-002190 2019-06-30 https://sec.gov/Archives/edgar/data/1741276/000095013119002190
1741276 ABS-EE 0000950131-19-002600 2019-07-31 https://sec.gov/Archives/edgar/data/1741276/000095013119002600
1741276 ABS-EE 0000950131-19-002990 2019-08-31 https://sec.gov/Archives/edgar/data/1741276/000095013119002990
1741276 ABS-EE 0000950131-19-003412 2019-09-30 https://sec.gov/Archives/edgar/data/1741276/000095013119003412
1741276 ABS-EE 0000950131-19-003817 2019-10-31 https://sec.gov/Archives/edgar/data/1741276/000095013119003817
1741276 ABS-EE 0000950131-19-004195 2019-11-30 https://sec.gov/Archives/edgar/data/1741276/000095013119004195
1741276 ABS-EE 0000950131-20-000204 2019-12-31 https://sec.gov/Archives/edgar/data/1741276/000095013120000204
1741276 ABS-EE 0000950131-20-000670 2020-01-31 https://sec.gov/Archives/edgar/data/1741276/000095013120000670
1741276 ABS-EE 0000950131-20-001015 2020-02-29 https://sec.gov/Archives/edgar/data/1741276/000095013120001015
1741276 ABS-EE 0000950131-20-001397 2020-03-31 https://sec.gov/Archives/edgar/data/1741276/000095013120001397
1741276 ABS-EE 0000950131-20-001811 2020-04-30 https://sec.gov/Archives/edgar/data/1741276/000095013120001811
1741276 ABS-EE 0000950131-20-002170 2020-05-31 https://sec.gov/Archives/edgar/data/1741276/000095013120002170
1741276 ABS-EE 0000950131-20-002741 2020-06-30 https://sec.gov/Archives/edgar/data/1741276/000095013120002741
1741276 ABS-EE 0000950131-20-003240 2020-07-31 https://sec.gov/Archives/edgar/data/1741276/000095013120003240
1741276 ABS-EE 0000950131-20-003640 2020-08-31 https://sec.gov/Archives/edgar/data/1741276/000095013120003640
1741276 ABS-EE 0000950131-20-004083 2020-09-30 https://sec.gov/Archives/edgar/data/1741276/000095013120004083
1741276 ABS-EE 0000950131-20-004538 2020-10-31 https://sec.gov/Archives/edgar/data/1741276/000095013120004538
1741276 ABS-EE 0000950131-20-005025 2020-11-30 https://sec.gov/Archives/edgar/data/1741276/000095013120005025
1741276 ABS-EE 0000950131-21-000268 2020-12-31 https://sec.gov/Archives/edgar/data/1741276/000095013121000268
1741276 ABS-EE 0000950131-21-000806 2021-01-31 https://sec.gov/Archives/edgar/data/1741276/000095013121000806
1741276 ABS-EE 0000950131-21-001319 2021-02-28 https://sec.gov/Archives/edgar/data/1741276/000095013121001319
1741276 ABS-EE 0000950131-21-001809 2021-03-31 https://sec.gov/Archives/edgar/data/1741276/000095013121001809
1741276 ABS-EE 0000950131-21-002332 2021-04-30 https://sec.gov/Archives/edgar/data/1741276/000095013121002332
1741276 ABS-EE 0000950131-21-002834 2021-05-31 https://sec.gov/Archives/edgar/data/1741276/000095013121002834
1741276 ABS-EE 0000950131-21-003273 2021-06-30 https://sec.gov/Archives/edgar/data/1741276/000095013121003273
1741276 ABS-EE 0000950131-21-003730 2021-07-31 https://sec.gov/Archives/edgar/data/1741276/000095013121003730
1741276 ABS-EE 0000950131-21-004232 2021-08-31 https://sec.gov/Archives/edgar/data/1741276/000095013121004232
1741276 ABS-EE 0000950131-21-004783 2021-09-30 https://sec.gov/Archives/edgar/data/1741276/000095013121004783
1741276 ABS-EE 0000950131-21-005370 2021-10-31 https://sec.gov/Archives/edgar/data/1741276/000095013121005370
1741276 ABS-EE 0000950131-21-005886 2021-11-30 https://sec.gov/Archives/edgar/data/1741276/000095013121005886
1741276 ABS-EE 0000950131-22-000200 2021-12-31 https://sec.gov/Archives/edgar/data/1741276/000095013122000200
1741276 ABS-EE 0000950131-22-000711 2022-01-31 https://sec.gov/Archives/edgar/data/1741276/000095013122000711
1741276 ABS-EE 0000950131-22-001158 2022-02-28 https://sec.gov/Archives/edgar/data/1741276/000095013122001158
1741276 ABS-EE 0000950131-22-001723 2022-03-31 https://sec.gov/Archives/edgar/data/1741276/000095013122001723
1741276 ABS-EE 0000950131-22-002221 2022-04-30 https://sec.gov/Archives/edgar/data/1741276/000095013122002221
1741276 ABS-EE 0000950131-22-002730 2022-05-31 https://sec.gov/Archives/edgar/data/1741276/000095013122002730
1741276 ABS-EE 0000950131-22-003129 2022-06-30 https://sec.gov/Archives/edgar/data/1741276/000095013122003129
1741276 ABS-EE 0000950131-22-003623 2022-07-31 https://sec.gov/Archives/edgar/data/1741276/000095013122003623
1741276 ABS-EE 0000950131-22-004141 2022-08-31 https://sec.gov/Archives/edgar/data/1741276/000095013122004141
1741276 ABS-EE 0000950131-22-004675 2022-09-30 https://sec.gov/Archives/edgar/data/1741276/000095013122004675
Downloads last month
61