Type alias UserStatistics

UserStatistics: {
    __typename?: "UserStatistics";
    defaultedPrincipal: Scalars["BigInt"];
    interestEarnedByCollection: StatByCollection[];
    loanCount: Scalars["BigInt"];
    loanCountByCollection: StatByCollection[];
    loanPrincipalByCollection: StatByCollection[];
    originationCountAndPrincipalByMonth: Scalars["BigInt"][][];
    outstandingAccruedInterest: Scalars["BigInt"];
    outstandingPrincipal: Scalars["BigInt"];
    realizedProfits: Scalars["BigInt"];
    renegotiationCountAndPrincipalByMonth: Scalars["BigInt"][][];
    totalLentPrincipal: Scalars["BigInt"];
    totalLoanCount: Scalars["BigInt"];
    wavgOutstandingApr: Scalars["BigInt"];
    wavgOutstandingAprByCollection: StatByCollection[];
    wavgRepaidApr: Scalars["BigInt"];
    wavgRepaidAprByCollection: StatByCollection[];
}

Type declaration

  • Optional __typename?: "UserStatistics"
  • defaultedPrincipal: Scalars["BigInt"]

    Deprecated field. Stat will be removed

    Deprecated

    Stat will be removed

  • interestEarnedByCollection: StatByCollection[]

    Deprecated field. Use get_sources_statistics_by_collection instead.

    Deprecated

    Use get_sources_statistics_by_collection instead.

  • loanCount: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • loanCountByCollection: StatByCollection[]

    Deprecated field. Use get_sources_statistics_by_collection instead.

    Deprecated

    Use get_sources_statistics_by_collection instead.

  • loanPrincipalByCollection: StatByCollection[]

    Deprecated field. Use get_sources_statistics_by_collection instead.

    Deprecated

    Use get_sources_statistics_by_collection instead.

  • originationCountAndPrincipalByMonth: Scalars["BigInt"][][]

    Deprecated field. Use get_loan_activities_statistics_by_month instead.

    Deprecated

    Use get_loan_activities_statistics_by_month instead.

  • outstandingAccruedInterest: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • outstandingPrincipal: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • realizedProfits: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • renegotiationCountAndPrincipalByMonth: Scalars["BigInt"][][]

    Deprecated field. Use get_loan_activities_statistics_by_month instead.

    Deprecated

    Use get_loan_activities_statistics_by_month instead.

  • totalLentPrincipal: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • totalLoanCount: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • wavgOutstandingApr: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • wavgOutstandingAprByCollection: StatByCollection[]

    Deprecated field. Use get_sources_statistics_by_collection instead.

    Deprecated

    Use get_sources_statistics_by_collection instead.

  • wavgRepaidApr: Scalars["BigInt"]

    Deprecated field. Use get_sources_statistics to get source stats.

    Deprecated

    Use get_sources_statistics to get source stats.

  • wavgRepaidAprByCollection: StatByCollection[]

    Deprecated field. Use get_sources_statistics_by_collection instead.

    Deprecated

    Use get_sources_statistics_by_collection instead.